License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.extras |
ArtifactId | ArtifactIdjvyamlb |
Last Version | Last Version0.2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjvyamlb
JvYAMLb is a YAML processing library for Java, used by JRuby
|
Filename | Size |
---|---|
jvyamlb-0.2.6.pom | |
jvyamlb-0.2.6.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/jvyamlb/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jvyamlb</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/jvyamlb/
implementation 'org.jruby.extras:jvyamlb:0.2.6'
// https://jarcasting.com/artifacts/org.jruby.extras/jvyamlb/
implementation ("org.jruby.extras:jvyamlb:0.2.6")
'org.jruby.extras:jvyamlb:jar:0.2.6'
<dependency org="org.jruby.extras" name="jvyamlb" rev="0.2.6">
<artifact name="jvyamlb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='jvyamlb', version='0.2.6')
)
libraryDependencies += "org.jruby.extras" % "jvyamlb" % "0.2.6"
[org.jruby.extras/jvyamlb "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby.extras : bytelist | jar | 1.0.3 |
org.jruby.jcodings : jcodings | jar | 1.0.2 |
junit : junit | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 1.5.1 |