GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdschema-registry-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
schema-registry-core-0.1.0.pom | |
schema-registry-core-0.1.0.jar | 62 MB |
schema-registry-core-0.1.0-sources.jar | 20 KB |
schema-registry-core-0.1.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-core/ -->
<dependency>
<groupId>com.hortonworks.registries</groupId>
<artifactId>schema-registry-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-core/
implementation 'com.hortonworks.registries:schema-registry-core:0.1.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-core/
implementation ("com.hortonworks.registries:schema-registry-core:0.1.0")
'com.hortonworks.registries:schema-registry-core:jar:0.1.0'
<dependency org="com.hortonworks.registries" name="schema-registry-core" rev="0.1.0">
<artifact name="schema-registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='schema-registry-core', version='0.1.0')
)
libraryDependencies += "com.hortonworks.registries" % "schema-registry-core" % "0.1.0"
[com.hortonworks.registries/schema-registry-core "0.1.0"]