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