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