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