GroupId | GroupIdio.hkube |
---|---|
ArtifactId | ArtifactIdalgorithm-deployment-descriptor |
Version | Version1.3.02 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/ -->
<dependency>
<groupId>io.hkube</groupId>
<artifactId>algorithm-deployment-descriptor</artifactId>
<version>1.3.02</version>
</dependency>
// https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/
implementation 'io.hkube:algorithm-deployment-descriptor:1.3.02'
// https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/
implementation ("io.hkube:algorithm-deployment-descriptor:1.3.02")
'io.hkube:algorithm-deployment-descriptor:jar:1.3.02'
<dependency org="io.hkube" name="algorithm-deployment-descriptor" rev="1.3.02">
<artifact name="algorithm-deployment-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hkube', module='algorithm-deployment-descriptor', version='1.3.02')
)
libraryDependencies += "io.hkube" % "algorithm-deployment-descriptor" % "1.3.02"
[io.hkube/algorithm-deployment-descriptor "1.3.02"]