| GroupId | GroupIdse.l4.exobytes |
|---|---|
| ArtifactId | ArtifactIdexobytes |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| exobytes-1.0.0.pom | |
| exobytes-1.0.0.jar | 240 KB |
| exobytes-1.0.0-sources.jar | 112 KB |
| exobytes-1.0.0-javadoc.jar | 849 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.l4.exobytes/exobytes/ -->
<dependency>
<groupId>se.l4.exobytes</groupId>
<artifactId>exobytes</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.l4.exobytes/exobytes/
implementation 'se.l4.exobytes:exobytes:1.0.0'
// https://jarcasting.com/artifacts/se.l4.exobytes/exobytes/
implementation ("se.l4.exobytes:exobytes:1.0.0")
'se.l4.exobytes:exobytes:jar:1.0.0'
<dependency org="se.l4.exobytes" name="exobytes" rev="1.0.0">
<artifact name="exobytes" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.l4.exobytes', module='exobytes', version='1.0.0')
)
libraryDependencies += "se.l4.exobytes" % "exobytes" % "1.0.0"
[se.l4.exobytes/exobytes "1.0.0"]