| GroupId | GroupIdde.alpharogroup |
|---|---|
| ArtifactId | ArtifactIdstate |
| Version | Version4.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| state-4.9.0.pom | |
| state-4.9.0.jar | 7 KB |
| state-4.9.0-sources.jar | 5 KB |
| state-4.9.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/state/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>state</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/state/
implementation 'de.alpharogroup:state:4.9.0'
// https://jarcasting.com/artifacts/de.alpharogroup/state/
implementation ("de.alpharogroup:state:4.9.0")
'de.alpharogroup:state:jar:4.9.0'
<dependency org="de.alpharogroup" name="state" rev="4.9.0">
<artifact name="state" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='state', version='4.9.0')
)
libraryDependencies += "de.alpharogroup" % "state" % "4.9.0"
[de.alpharogroup/state "4.9.0"]