| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hortonworks.registries |
| Идентификатор | Идентификаторmodel-registry |
| Версия | Версия0.9.1 |
| Тип | Типjar |
| Описание |
ОписаниеRegistry is a versioned entity framework that allows to build various
registry services such as Schema Registry, ML Model Registry etc..
|
| Имя Файла | Размер |
|---|---|
| model-registry-0.9.1.pom | |
| model-registry-0.9.1.jar | 14 KB |
| model-registry-0.9.1-sources.jar | 9 KB |
| model-registry-0.9.1-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/model-registry/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>model-registry</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/model-registry/
implementation 'com.hortonworks.registries:model-registry:0.9.1'
// https://jarcasting.com/artifacts/com.hortonworks.registries/model-registry/
implementation ("com.hortonworks.registries:model-registry:0.9.1")
'com.hortonworks.registries:model-registry:jar:0.9.1'
<dependency org="com.hortonworks.registries" name="model-registry" rev="0.9.1">
<artifact name="model-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='model-registry', version='0.9.1')
)
libraryDependencies += "com.hortonworks.registries" % "model-registry" % "0.9.1"
[com.hortonworks.registries/model-registry "0.9.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.hortonworks.registries : registry-common | jar | 0.9.1 |
| com.hortonworks.registries : storage-core | jar | 0.9.1 |
| org.glassfish.jersey.core : jersey-client | jar | 2.25.1 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.25.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.10.5 |
| org.jpmml : pmml-schema | jar | 1.0.22 |
| org.jpmml : pmml-evaluator | jar | 1.0.22 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.5 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.5 |
| io.dropwizard : dropwizard-core | jar | 1.3.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard : dropwizard-testing | jar | 1.3.22 |
| junit : junit | jar | 4.12 |