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