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