| Группа | Группаcom.hortonworks.registries |
|---|---|
| Идентификатор | Идентификаторschema-registry-webservice |
| Версия | Версия0.9.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-webservice/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>schema-registry-webservice</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-webservice/
implementation 'com.hortonworks.registries:schema-registry-webservice:0.9.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-webservice/
implementation ("com.hortonworks.registries:schema-registry-webservice:0.9.0")
'com.hortonworks.registries:schema-registry-webservice:jar:0.9.0'
<dependency org="com.hortonworks.registries" name="schema-registry-webservice" rev="0.9.0">
<artifact name="schema-registry-webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='schema-registry-webservice', version='0.9.0')
)
libraryDependencies += "com.hortonworks.registries" % "schema-registry-webservice" % "0.9.0"
[com.hortonworks.registries/schema-registry-webservice "0.9.0"]