License |
License |
---|---|
GroupId | GroupIdorg.schemarepo |
ArtifactId | ArtifactIdschema-repo-avro |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSchema Repository Avro Integration
Schema Repository Avro Integration
|
Project URL |
Project URL |
Filename | Size |
---|---|
schema-repo-avro-0.1.3.pom | |
schema-repo-avro-0.1.3.jar | 3 KB |
schema-repo-avro-0.1.3-tests.jar | 2 KB |
schema-repo-avro-0.1.3-sources.jar | 1 KB |
schema-repo-avro-0.1.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.schemarepo/schema-repo-avro/ -->
<dependency>
<groupId>org.schemarepo</groupId>
<artifactId>schema-repo-avro</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-avro/
implementation 'org.schemarepo:schema-repo-avro:0.1.3'
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-avro/
implementation ("org.schemarepo:schema-repo-avro:0.1.3")
'org.schemarepo:schema-repo-avro:jar:0.1.3'
<dependency org="org.schemarepo" name="schema-repo-avro" rev="0.1.3">
<artifact name="schema-repo-avro" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.schemarepo', module='schema-repo-avro', version='0.1.3')
)
libraryDependencies += "org.schemarepo" % "schema-repo-avro" % "0.1.3"
[org.schemarepo/schema-repo-avro "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.schemarepo : schema-repo-common | jar | 0.1.3 |
org.apache.avro : avro | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |