Registry / serialization / groovy-yaml

groovy-yaml

JSON →
library5.0.6javamavenunverified

Groovy module for parsing and generating YAML data using the Groovy language.

<dependency> <groupId>org.apache.groovy</groupId> <artifactId>groovy-yaml</artifactId> <version>5.0.6</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-YAML
G
groovy-yaml
serializationjavav5.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

YamlSlurper
groovy.yaml.YamlSlurper

Parses a YAML string using YamlSlurper.

import groovy.yaml.YamlSlurper; public class Main { public static void main(String[] args) { YamlSlurper slurper = new YamlSlurper(); Object result = slurper.parse("key: value"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
groovy-yaml — mvn dependency:get groovy-yaml · libregistry