j

jcodings

Byte based encoding support library for java
MIT License
Marcin Mielzynski
Files download
File Operation
jcodings-1.0.1.jar download
jcodings-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.jruby.jcodings</groupId>
  <artifactId>jcodings</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.jruby.jcodings:jcodings:1.0.1'
Gradle Kotlin
implementation("org.jruby.jcodings:jcodings:1.0.1")
Scala SBT
libraryDependencies += "org.jruby.jcodings" % "jcodings" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jruby.jcodings', module='jcodings', version='1.0.1')
)
Apache Ivy
<dependency org="org.jruby.jcodings" name="jcodings" rev="1.0.1" />
Leiningen
[org.jruby.jcodings/jcodings "1.0.1"]
Apache Buildr
'org.jruby.jcodings:jcodings:jar:1.0.1'
Dependencies