GroupId | GroupIdde.viadee.xai.anchor |
---|---|
ArtifactId | ArtifactIdalgorithm |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
algorithm-1.0.0.pom | |
algorithm-1.0.0.jar | 82 KB |
algorithm-1.0.0-sources.jar | 60 KB |
algorithm-1.0.0-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/ -->
<dependency>
<groupId>de.viadee.xai.anchor</groupId>
<artifactId>algorithm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/
implementation 'de.viadee.xai.anchor:algorithm:1.0.0'
// https://jarcasting.com/artifacts/de.viadee.xai.anchor/algorithm/
implementation ("de.viadee.xai.anchor:algorithm:1.0.0")
'de.viadee.xai.anchor:algorithm:jar:1.0.0'
<dependency org="de.viadee.xai.anchor" name="algorithm" rev="1.0.0">
<artifact name="algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viadee.xai.anchor', module='algorithm', version='1.0.0')
)
libraryDependencies += "de.viadee.xai.anchor" % "algorithm" % "1.0.0"
[de.viadee.xai.anchor/algorithm "1.0.0"]