Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.ykiselev |
ArtifactId | ArtifactIdbinary-format |
Version | Version1.31 |
Type | Typejar |
Filename | Size |
---|---|
binary-format-1.31.pom | |
binary-format-1.31.jar | 19 KB |
binary-format-1.31-sources.jar | 20 KB |
binary-format-1.31-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>binary-format</artifactId>
<version>1.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/
implementation 'com.github.ykiselev:binary-format:1.31'
// https://jarcasting.com/artifacts/com.github.ykiselev/binary-format/
implementation ("com.github.ykiselev:binary-format:1.31")
'com.github.ykiselev:binary-format:jar:1.31'
<dependency org="com.github.ykiselev" name="binary-format" rev="1.31">
<artifact name="binary-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='binary-format', version='1.31')
)
libraryDependencies += "com.github.ykiselev" % "binary-format" % "1.31"
[com.github.ykiselev/binary-format "1.31"]