s

schema-repo-common

Schema Repository common components
http://schemarepo.org
Files download
File Operation
schema-repo-common-0.1.2.jar download
schema-repo-common-0.1.2.pom download
schema-repo-common-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.schemarepo</groupId>
  <artifactId>schema-repo-common</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.schemarepo:schema-repo-common:0.1.2'
Gradle Kotlin
implementation("org.schemarepo:schema-repo-common:0.1.2")
Scala SBT
libraryDependencies += "org.schemarepo" % "schema-repo-common" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.schemarepo', module='schema-repo-common', version='0.1.2')
)
Apache Ivy
<dependency org="org.schemarepo" name="schema-repo-common" rev="0.1.2" />
Leiningen
[org.schemarepo/schema-repo-common "0.1.2"]
Apache Buildr
'org.schemarepo:schema-repo-common:jar:0.1.2'