GroupId | GroupIdcom.github.oxo42 |
---|---|
ArtifactId | ArtifactIdstateless4j |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
stateless4j-2.3.0.pom | |
stateless4j-2.3.0.jar | 46 KB |
stateless4j-2.3.0-sources.jar | 17 KB |
stateless4j-2.3.0-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.oxo42/stateless4j/ -->
<dependency>
<groupId>com.github.oxo42</groupId>
<artifactId>stateless4j</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oxo42/stateless4j/
implementation 'com.github.oxo42:stateless4j:2.3.0'
// https://jarcasting.com/artifacts/com.github.oxo42/stateless4j/
implementation ("com.github.oxo42:stateless4j:2.3.0")
'com.github.oxo42:stateless4j:jar:2.3.0'
<dependency org="com.github.oxo42" name="stateless4j" rev="2.3.0">
<artifact name="stateless4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oxo42', module='stateless4j', version='2.3.0')
)
libraryDependencies += "com.github.oxo42" % "stateless4j" % "2.3.0"
[com.github.oxo42/stateless4j "2.3.0"]