License |
License |
---|---|
GroupId | GroupIdcom.googlecode |
ArtifactId | ArtifactIdstateless4j |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstateless4j
A fluent interface for state machines
|
Project URL |
Project URL |
Filename | Size |
---|---|
stateless4j-1.0.pom | |
stateless4j-1.0.jar | 46 KB |
stateless4j-1.0-sources.jar | 18 KB |
stateless4j-1.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode/stateless4j/ -->
<dependency>
<groupId>com.googlecode</groupId>
<artifactId>stateless4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode/stateless4j/
implementation 'com.googlecode:stateless4j:1.0'
// https://jarcasting.com/artifacts/com.googlecode/stateless4j/
implementation ("com.googlecode:stateless4j:1.0")
'com.googlecode:stateless4j:jar:1.0'
<dependency org="com.googlecode" name="stateless4j" rev="1.0">
<artifact name="stateless4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode', module='stateless4j', version='1.0')
)
libraryDependencies += "com.googlecode" % "stateless4j" % "1.0"
[com.googlecode/stateless4j "1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 20040616 |
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |