Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.hycube |
ArtifactId | ArtifactIdhycube |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
hycube-1.0.3.pom | |
hycube-1.0.3.jar | 841 KB |
hycube-1.0.3-with-dependencies.zip | 841 KB |
hycube-1.0.3-sources.jar | 458 KB |
hycube-1.0.3-javadoc.jar | 2 MB |
hycube-1.0.3-jar-with-dependencies.jar | 897 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.hycube/hycube/ -->
<dependency>
<groupId>net.hycube</groupId>
<artifactId>hycube</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation 'net.hycube:hycube:1.0.3'
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation ("net.hycube:hycube:1.0.3")
'net.hycube:hycube:jar:1.0.3'
<dependency org="net.hycube" name="hycube" rev="1.0.3">
<artifact name="hycube" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hycube', module='hycube', version='1.0.3')
)
libraryDependencies += "net.hycube" % "hycube" % "1.0.3"
[net.hycube/hycube "1.0.3"]