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