GroupId | GroupIdcom.ironoreserver |
---|---|
ArtifactId | ArtifactIdcom.ironore.statemachine |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ironoreserver/com.ironore.statemachine/ -->
<dependency>
<groupId>com.ironoreserver</groupId>
<artifactId>com.ironore.statemachine</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ironoreserver/com.ironore.statemachine/
implementation 'com.ironoreserver:com.ironore.statemachine:2.0.0'
// https://jarcasting.com/artifacts/com.ironoreserver/com.ironore.statemachine/
implementation ("com.ironoreserver:com.ironore.statemachine:2.0.0")
'com.ironoreserver:com.ironore.statemachine:jar:2.0.0'
<dependency org="com.ironoreserver" name="com.ironore.statemachine" rev="2.0.0">
<artifact name="com.ironore.statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ironoreserver', module='com.ironore.statemachine', version='2.0.0')
)
libraryDependencies += "com.ironoreserver" % "com.ironore.statemachine" % "2.0.0"
[com.ironoreserver/com.ironore.statemachine "2.0.0"]