License |
License |
---|---|
GroupId | GroupIdio.hkube |
ArtifactId | ArtifactIdalgorithm-deployment-descriptor |
Last Version | Last Version2.0.00 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSet of modules used to wrap an hkube algorithm written in java to allow the algorithm to integrate with hkube components
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/ -->
<dependency>
<groupId>io.hkube</groupId>
<artifactId>algorithm-deployment-descriptor</artifactId>
<version>2.0.00</version>
</dependency>
// https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/
implementation 'io.hkube:algorithm-deployment-descriptor:2.0.00'
// https://jarcasting.com/artifacts/io.hkube/algorithm-deployment-descriptor/
implementation ("io.hkube:algorithm-deployment-descriptor:2.0.00")
'io.hkube:algorithm-deployment-descriptor:jar:2.0.00'
<dependency org="io.hkube" name="algorithm-deployment-descriptor" rev="2.0.00">
<artifact name="algorithm-deployment-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.hkube', module='algorithm-deployment-descriptor', version='2.0.00')
)
libraryDependencies += "io.hkube" % "algorithm-deployment-descriptor" % "2.0.00"
[io.hkube/algorithm-deployment-descriptor "2.0.00"]