is not current version
Last Version 1.0.57

org.jruby.jcodings:jcodings 1.0.30

Byte based encoding support library for java

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby.jcodings
ArtifactId

ArtifactId

jcodings
Version

Version

1.0.30
Type

Type

jar

Download jcodings 1.0.30


<!-- https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/ -->
<dependency>
    <groupId>org.jruby.jcodings</groupId>
    <artifactId>jcodings</artifactId>
    <version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/
implementation 'org.jruby.jcodings:jcodings:1.0.30'
// https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/
implementation ("org.jruby.jcodings:jcodings:1.0.30")
'org.jruby.jcodings:jcodings:jar:1.0.30'
<dependency org="org.jruby.jcodings" name="jcodings" rev="1.0.30">
  <artifact name="jcodings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.jcodings', module='jcodings', version='1.0.30')
)
libraryDependencies += "org.jruby.jcodings" % "jcodings" % "1.0.30"
[org.jruby.jcodings/jcodings "1.0.30"]