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