GroupId | GroupIdcom.hortonworks.registries |
---|---|
ArtifactId | ArtifactIdschema-registry-core |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
schema-registry-core-0.4.0.pom | |
schema-registry-core-0.4.0.jar | 46 MB |
schema-registry-core-0.4.0-sources.jar | 32 KB |
schema-registry-core-0.4.0-javadoc.jar | 119 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-core/
implementation 'com.hortonworks.registries:schema-registry-core:0.4.0'
// https://jarcasting.com/artifacts/com.hortonworks.registries/schema-registry-core/
implementation ("com.hortonworks.registries:schema-registry-core:0.4.0")
'com.hortonworks.registries:schema-registry-core:jar:0.4.0'
<dependency org="com.hortonworks.registries" name="schema-registry-core" rev="0.4.0">
<artifact name="schema-registry-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hortonworks.registries', module='schema-registry-core', version='0.4.0')
)
libraryDependencies += "com.hortonworks.registries" % "schema-registry-core" % "0.4.0"
[com.hortonworks.registries/schema-registry-core "0.4.0"]