License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.jcodings |
ArtifactId | ArtifactIdjcodings |
Last Version | Last Version1.0.57 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCodings
Byte based encoding support library for java
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jcodings-1.0.57.pom | |
jcodings-1.0.57.jar | 448 KB |
jcodings-1.0.57-sources.jar | 432 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/ -->
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.57</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/
implementation 'org.jruby.jcodings:jcodings:1.0.57'
// https://jarcasting.com/artifacts/org.jruby.jcodings/jcodings/
implementation ("org.jruby.jcodings:jcodings:1.0.57")
'org.jruby.jcodings:jcodings:jar:1.0.57'
<dependency org="org.jruby.jcodings" name="jcodings" rev="1.0.57">
<artifact name="jcodings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.jcodings', module='jcodings', version='1.0.57')
)
libraryDependencies += "org.jruby.jcodings" % "jcodings" % "1.0.57"
[org.jruby.jcodings/jcodings "1.0.57"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |