Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.tinspin |
ArtifactId | ArtifactIdtinspin-indexes |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
tinspin-indexes-1.7.0.pom | |
tinspin-indexes-1.7.0.jar | 317 KB |
tinspin-indexes-1.7.0-sources.jar | 177 KB |
tinspin-indexes-1.7.0-javadoc.jar | 637 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinspin/tinspin-indexes/ -->
<dependency>
<groupId>org.tinspin</groupId>
<artifactId>tinspin-indexes</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinspin/tinspin-indexes/
implementation 'org.tinspin:tinspin-indexes:1.7.0'
// https://jarcasting.com/artifacts/org.tinspin/tinspin-indexes/
implementation ("org.tinspin:tinspin-indexes:1.7.0")
'org.tinspin:tinspin-indexes:jar:1.7.0'
<dependency org="org.tinspin" name="tinspin-indexes" rev="1.7.0">
<artifact name="tinspin-indexes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinspin', module='tinspin-indexes', version='1.7.0')
)
libraryDependencies += "org.tinspin" % "tinspin-indexes" % "1.7.0"
[org.tinspin/tinspin-indexes "1.7.0"]