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