| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.hkube |
| Идентификатор | Идентификаторalgorithm-deployment-descriptor |
| Последняя версия | Последняя версия2.0.00 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSet of modules used to wrap an hkube algorithm written in java to allow the algorithm to integrate with hkube components
|
| Система контроля версий |
Система контроля версий |
<!-- 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"]