License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby.extras |
ArtifactId | ArtifactIdbytelist |
Last Version | Last Version1.0.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionByteList
Byte array based container
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bytelist-1.0.15.pom | |
bytelist-1.0.15.jar | 13 KB |
bytelist-1.0.15-sources.jar | 12 KB |
bytelist-1.0.15-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jruby.extras/bytelist/ -->
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>bytelist</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.jruby.extras/bytelist/
implementation 'org.jruby.extras:bytelist:1.0.15'
// https://jarcasting.com/artifacts/org.jruby.extras/bytelist/
implementation ("org.jruby.extras:bytelist:1.0.15")
'org.jruby.extras:bytelist:jar:1.0.15'
<dependency org="org.jruby.extras" name="bytelist" rev="1.0.15">
<artifact name="bytelist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jruby.extras', module='bytelist', version='1.0.15')
)
libraryDependencies += "org.jruby.extras" % "bytelist" % "1.0.15"
[org.jruby.extras/bytelist "1.0.15"]
Group / Artifact | Type | Version |
---|---|---|
org.jruby.jcodings : jcodings | jar | 1.0.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |