| License | License | 
|---|---|
| GroupId | GroupIdorg.schemarepo | 
| ArtifactId | ArtifactIdschema-repo-common | 
| Last Version | Last Version0.1.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSchema Repository Common Schema Repository common components | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| schema-repo-common-0.1.3.pom | |
| schema-repo-common-0.1.3.jar | 48 KB | 
| schema-repo-common-0.1.3-tests.jar | 25 KB | 
| schema-repo-common-0.1.3-sources.jar | 32 KB | 
| schema-repo-common-0.1.3-javadoc.jar | 168 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/ -->
<dependency>
    <groupId>org.schemarepo</groupId>
    <artifactId>schema-repo-common</artifactId>
    <version>0.1.3</version>
</dependency>// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/
implementation 'org.schemarepo:schema-repo-common:0.1.3'// https://jarcasting.com/artifacts/org.schemarepo/schema-repo-common/
implementation ("org.schemarepo:schema-repo-common:0.1.3")'org.schemarepo:schema-repo-common:jar:0.1.3'<dependency org="org.schemarepo" name="schema-repo-common" rev="0.1.3">
  <artifact name="schema-repo-common" type="jar" />
</dependency>@Grapes(
@Grab(group='org.schemarepo', module='schema-repo-common', version='0.1.3')
)libraryDependencies += "org.schemarepo" % "schema-repo-common" % "0.1.3"[org.schemarepo/schema-repo-common "0.1.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.inject : javax.inject Optional | jar | 1 | 
| org.slf4j : slf4j-api | jar | 1.7.7 | 
| com.google.code.gson : gson | jar | 2.3.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 | 
| junit : junit | jar | 4.11 |