Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdindex |
Version | Version0.8.21 |
Type | Typejar |
Filename | Size |
---|---|
index-0.8.21.pom | |
index-0.8.21.jar | 44 KB |
index-0.8.21-tests.jar | 71 KB |
index-0.8.21-sources.jar | 52 KB |
index-0.8.21-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/index/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>index</artifactId>
<version>0.8.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/index/
implementation 'com.thesett:index:0.8.21'
// https://jarcasting.com/artifacts/com.thesett/index/
implementation ("com.thesett:index:0.8.21")
'com.thesett:index:jar:0.8.21'
<dependency org="com.thesett" name="index" rev="0.8.21">
<artifact name="index" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='index', version='0.8.21')
)
libraryDependencies += "com.thesett" % "index" % "0.8.21"
[com.thesett/index "0.8.21"]