License |
License |
---|---|
GroupId | GroupIdcom.sproutigy.commons |
ArtifactId | ArtifactIdbinary |
Version | Version2.3.0 |
Type | Typejar |
Description |
DescriptionSproutigy Java Commons Binary
JVM library that provides consistent abstraction level over data from byte arrays, byte buffers, streams and files.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
binary-2.3.0.pom | |
binary-2.3.0.jar | 30 KB |
binary-2.3.0-sources.jar | 16 KB |
binary-2.3.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sproutigy.commons/binary/ -->
<dependency>
<groupId>com.sproutigy.commons</groupId>
<artifactId>binary</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sproutigy.commons/binary/
implementation 'com.sproutigy.commons:binary:2.3.0'
// https://jarcasting.com/artifacts/com.sproutigy.commons/binary/
implementation ("com.sproutigy.commons:binary:2.3.0")
'com.sproutigy.commons:binary:jar:2.3.0'
<dependency org="com.sproutigy.commons" name="binary" rev="2.3.0">
<artifact name="binary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sproutigy.commons', module='binary', version='2.3.0')
)
libraryDependencies += "com.sproutigy.commons" % "binary" % "2.3.0"
[com.sproutigy.commons/binary "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |