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