<dependency> <groupId>org.jruby.jcodings</groupId> <artifactId>jcodings</artifactId> <version>1.0.25</version> </dependency>
implementation 'org.jruby.jcodings:jcodings:1.0.25'
implementation("org.jruby.jcodings:jcodings:1.0.25")
libraryDependencies += "org.jruby.jcodings" % "jcodings" % "1.0.25"
@Grapes( @Grab(group='org.jruby.jcodings', module='jcodings', version='1.0.25') )
<dependency org="org.jruby.jcodings" name="jcodings" rev="1.0.25" />
[org.jruby.jcodings/jcodings "1.0.25"]
'org.jruby.jcodings:jcodings:jar:1.0.25'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.10