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