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