Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.hycube |
ArtifactId | ArtifactIdhycube |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
hycube-1.0.4.pom | |
hycube-1.0.4.jar | 841 KB |
hycube-1.0.4-with-dependencies.zip | 840 KB |
hycube-1.0.4-sources.jar | 466 KB |
hycube-1.0.4-javadoc.jar | 2 MB |
hycube-1.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation 'net.hycube:hycube:1.0.4'
// https://jarcasting.com/artifacts/net.hycube/hycube/
implementation ("net.hycube:hycube:1.0.4")
'net.hycube:hycube:jar:1.0.4'
<dependency org="net.hycube" name="hycube" rev="1.0.4">
<artifact name="hycube" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hycube', module='hycube', version='1.0.4')
)
libraryDependencies += "net.hycube" % "hycube" % "1.0.4"
[net.hycube/hycube "1.0.4"]