is not current version
Last Version 0.1.3

org.schemarepo:schema-repo-common 0.1.1

Schema Repository common components

GroupId

GroupId

org.schemarepo
ArtifactId

ArtifactId

schema-repo-common
Version

Version

0.1.1
Type

Type

jar

Download schema-repo-common 0.1.1


<!-- https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/ -->
<dependency>
    <groupId>org.schemarepo</groupId>
    <artifactId>schema-repo-common</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/
implementation 'org.schemarepo:schema-repo-common:0.1.1'
// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/
implementation ("org.schemarepo:schema-repo-common:0.1.1")
'org.schemarepo:schema-repo-common:jar:0.1.1'
<dependency org="org.schemarepo" name="schema-repo-common" rev="0.1.1">
  <artifact name="schema-repo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.schemarepo', module='schema-repo-common', version='0.1.1')
)
libraryDependencies += "org.schemarepo" % "schema-repo-common" % "0.1.1"
[org.schemarepo/schema-repo-common "0.1.1"]