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