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