Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.ebaydatameta |
ArtifactId | ArtifactIdser-bytes |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ser-bytes-1.0.1.pom | |
ser-bytes-1.0.1.jar | 12 KB |
ser-bytes-1.0.1-sources.jar | 8 KB |
ser-bytes-1.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ebaydatameta/ser-bytes/ -->
<dependency>
<groupId>com.github.ebaydatameta</groupId>
<artifactId>ser-bytes</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ebaydatameta/ser-bytes/
implementation 'com.github.ebaydatameta:ser-bytes:1.0.1'
// https://jarcasting.com/artifacts/com.github.ebaydatameta/ser-bytes/
implementation ("com.github.ebaydatameta:ser-bytes:1.0.1")
'com.github.ebaydatameta:ser-bytes:jar:1.0.1'
<dependency org="com.github.ebaydatameta" name="ser-bytes" rev="1.0.1">
<artifact name="ser-bytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ebaydatameta', module='ser-bytes', version='1.0.1')
)
libraryDependencies += "com.github.ebaydatameta" % "ser-bytes" % "1.0.1"
[com.github.ebaydatameta/ser-bytes "1.0.1"]