GroupId | GroupIdat.favre.lib |
---|---|
ArtifactId | ArtifactIdbytes |
Version | Version0.4.2 |
Type | Typejar |
Filename | Size |
---|---|
bytes-0.4.2.pom | |
bytes-0.4.2.jar | 60 KB |
bytes-0.4.2-sources.jar | 36 KB |
bytes-0.4.2-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.favre.lib/bytes/ -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bytes</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation 'at.favre.lib:bytes:0.4.2'
// https://jarcasting.com/artifacts/at.favre.lib/bytes/
implementation ("at.favre.lib:bytes:0.4.2")
'at.favre.lib:bytes:jar:0.4.2'
<dependency org="at.favre.lib" name="bytes" rev="0.4.2">
<artifact name="bytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='bytes', version='0.4.2')
)
libraryDependencies += "at.favre.lib" % "bytes" % "0.4.2"
[at.favre.lib/bytes "0.4.2"]