Categories |
CategoriesNet Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdnet.ossindex |
ArtifactId | ArtifactIdheuristic-version |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
heuristic-version-1.0.1.pom | |
heuristic-version-1.0.1.jar | 44 KB |
heuristic-version-1.0.1-sources.jar | 33 KB |
heuristic-version-1.0.1-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ossindex/heuristic-version/ -->
<dependency>
<groupId>net.ossindex</groupId>
<artifactId>heuristic-version</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ossindex/heuristic-version/
implementation 'net.ossindex:heuristic-version:1.0.1'
// https://jarcasting.com/artifacts/net.ossindex/heuristic-version/
implementation ("net.ossindex:heuristic-version:1.0.1")
'net.ossindex:heuristic-version:jar:1.0.1'
<dependency org="net.ossindex" name="heuristic-version" rev="1.0.1">
<artifact name="heuristic-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ossindex', module='heuristic-version', version='1.0.1')
)
libraryDependencies += "net.ossindex" % "heuristic-version" % "1.0.1"
[net.ossindex/heuristic-version "1.0.1"]