GroupId | GroupIdcom.github.davidmoten |
---|---|
ArtifactId | ArtifactIdstate-machine-parent |
Version | Version0.2.10 |
Type | Typepom |
Filename | Size |
---|---|
state-machine-parent-0.2.10.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/state-machine-parent/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>state-machine-parent</artifactId>
<version>0.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/state-machine-parent/
implementation 'com.github.davidmoten:state-machine-parent:0.2.10'
// https://jarcasting.com/artifacts/com.github.davidmoten/state-machine-parent/
implementation ("com.github.davidmoten:state-machine-parent:0.2.10")
'com.github.davidmoten:state-machine-parent:pom:0.2.10'
<dependency org="com.github.davidmoten" name="state-machine-parent" rev="0.2.10">
<artifact name="state-machine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='state-machine-parent', version='0.2.10')
)
libraryDependencies += "com.github.davidmoten" % "state-machine-parent" % "0.2.10"
[com.github.davidmoten/state-machine-parent "0.2.10"]