is not current version
Last Version 1.0.5

net.hycube:hycube-simulator 1.0.1

HyCube Simulator is a container running multiple HyCube node instances, providing an interface for performing operations on individual nodes.

Categories

Categories

Net
GroupId

GroupId

net.hycube
ArtifactId

ArtifactId

hycube-simulator
Version

Version

1.0.1
Type

Type

jar

Download hycube-simulator 1.0.1


<!-- https://jarcasting.com/artifacts/net.hycube/hycube-simulator/ -->
<dependency>
    <groupId>net.hycube</groupId>
    <artifactId>hycube-simulator</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.hycube/hycube-simulator/
implementation 'net.hycube:hycube-simulator:1.0.1'
// https://jarcasting.com/artifacts/net.hycube/hycube-simulator/
implementation ("net.hycube:hycube-simulator:1.0.1")
'net.hycube:hycube-simulator:jar:1.0.1'
<dependency org="net.hycube" name="hycube-simulator" rev="1.0.1">
  <artifact name="hycube-simulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hycube', module='hycube-simulator', version='1.0.1')
)
libraryDependencies += "net.hycube" % "hycube-simulator" % "1.0.1"
[net.hycube/hycube-simulator "1.0.1"]