License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.ykiselev |
ArtifactId | ArtifactIdbinary-format |
Version | Version1.34 |
Type | Typejar |
Description |
Descriptionbinary-format
A simple binary format library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
binary-format-1.34.pom | |
binary-format-1.34.jar | 19 KB |
binary-format-1.34-sources.jar | 20 KB |
binary-format-1.34-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>binary-format</artifactId>
<version>1.34</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/
implementation 'com.github.ykiselev:binary-format:1.34'
// https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/
implementation ("com.github.ykiselev:binary-format:1.34")
'com.github.ykiselev:binary-format:jar:1.34'
<dependency org="com.github.ykiselev" name="binary-format" rev="1.34">
<artifact name="binary-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='binary-format', version='1.34')
)
libraryDependencies += "com.github.ykiselev" % "binary-format" % "1.34"
[com.github.ykiselev/binary-format "1.34"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.apache.commons : commons-lang3 | jar | 3.4 |