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