| GroupId | GroupIdorg.oiue.services |
|---|---|
| ArtifactId | ArtifactIdbytes |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bytes-1.0.0.pom | 763 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.oiue.services/bytes/ -->
<dependency>
<groupId>org.oiue.services</groupId>
<artifactId>bytes</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.oiue.services/bytes/
implementation 'org.oiue.services:bytes:1.0.0'
// https://jarcasting.com/artifacts/org.oiue.services/bytes/
implementation ("org.oiue.services:bytes:1.0.0")
'org.oiue.services:bytes:pom:1.0.0'
<dependency org="org.oiue.services" name="bytes" rev="1.0.0">
<artifact name="bytes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.oiue.services', module='bytes', version='1.0.0')
)
libraryDependencies += "org.oiue.services" % "bytes" % "1.0.0"
[org.oiue.services/bytes "1.0.0"]