is not current version
Last Version 1.0.5

net.hycube:hycube-simulator 1.0.3

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.3
Type

Type

jar

Download hycube-simulator 1.0.3


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