| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hortonworks.registries |
| Идентификатор | Идентификаторregistry-examples |
| Версия | Версия0.9.1 |
| Тип | Типpom |
| Описание |
ОписаниеRegistry is a versioned entity framework that allows to build various
registry services such as Schema Registry, ML Model Registry etc..
|
| Имя Файла | Размер |
|---|---|
| registry-examples-0.9.1.pom | 640 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>registry-examples</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/
implementation 'com.hortonworks.registries:registry-examples:0.9.1'
// https://jarcasting.com/artifacts/com.hortonworks.registries/registry-examples/
implementation ("com.hortonworks.registries:registry-examples:0.9.1")
'com.hortonworks.registries:registry-examples:pom:0.9.1'
<dependency org="com.hortonworks.registries" name="registry-examples" rev="0.9.1">
<artifact name="registry-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='registry-examples', version='0.9.1')
)
libraryDependencies += "com.hortonworks.registries" % "registry-examples" % "0.9.1"
[com.hortonworks.registries/registry-examples "0.9.1"]