s

schema-repo-parent

Schema Repository parent project
http://schemarepo.org
The Apache License, Version 2.0
Felix GV Ernest Mishkin
Files download
File Operation
schema-repo-parent-0.1.3.pom download
Apache Maven
<dependency>
  <groupId>org.schemarepo</groupId>
  <artifactId>schema-repo-parent</artifactId>
  <version>0.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.schemarepo:schema-repo-parent:0.1.3'
Gradle Kotlin
implementation("org.schemarepo:schema-repo-parent:0.1.3")
Scala SBT
libraryDependencies += "org.schemarepo" % "schema-repo-parent" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.schemarepo', module='schema-repo-parent', version='0.1.3')
)
Apache Ivy
<dependency org="org.schemarepo" name="schema-repo-parent" rev="0.1.3" />
Leiningen
[org.schemarepo/schema-repo-parent "0.1.3"]
Apache Buildr
'org.schemarepo:schema-repo-parent:jar:0.1.3'
Dependencies

compile

|-- junit:junit