GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdstate |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
state-0.8.4.pom | |
state-0.8.4.jar | 20 KB |
state-0.8.4-tests.jar | 15 KB |
state-0.8.4-sources.jar | 29 KB |
state-0.8.4-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/state/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>state</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/state/
implementation 'com.thesett:state:0.8.4'
// https://jarcasting.com/artifacts/com.thesett/state/
implementation ("com.thesett:state:0.8.4")
'com.thesett:state:jar:0.8.4'
<dependency org="com.thesett" name="state" rev="0.8.4">
<artifact name="state" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='state', version='0.8.4')
)
libraryDependencies += "com.thesett" % "state" % "0.8.4"
[com.thesett/state "0.8.4"]