Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.optionfactory |
ArtifactId | ArtifactIdbyter |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
byter-1.0.pom | |
byter-1.0.jar | 7 KB |
byter-1.0-sources.jar | 2 KB |
byter-1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.optionfactory/byter/ -->
<dependency>
<groupId>net.optionfactory</groupId>
<artifactId>byter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory/byter/
implementation 'net.optionfactory:byter:1.0'
// https://jarcasting.com/artifacts/net.optionfactory/byter/
implementation ("net.optionfactory:byter:1.0")
'net.optionfactory:byter:jar:1.0'
<dependency org="net.optionfactory" name="byter" rev="1.0">
<artifact name="byter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory', module='byter', version='1.0')
)
libraryDependencies += "net.optionfactory" % "byter" % "1.0"
[net.optionfactory/byter "1.0"]