p

psych

Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
http://github.com/tenderlove/psych
MIT
Aaron Patterson
Files download
File Operation
psych-2.0.9.2.pom download
Apache Maven
<dependency>
  <groupId>rubygems</groupId>
  <artifactId>psych</artifactId>
  <version>2.0.9.2</version>
  <type>gem</type>
</dependency>
Gradle Groovy
implementation 'rubygems:psych:2.0.9.2'
Gradle Kotlin
implementation("rubygems:psych:2.0.9.2")
Scala SBT
libraryDependencies += "rubygems" % "psych" % "2.0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='rubygems', module='psych', version='2.0.9.2')
)
Apache Ivy
<dependency org="rubygems" name="psych" rev="2.0.9.2" />
Leiningen
[rubygems/psych "2.0.9.2"]
Apache Buildr
'rubygems:psych:jar:2.0.9.2'