o

oas-parent

A package of services enabling the creation and storage of annotations based on formal vocabularies defined in ontologies.
http://www.ala.org.au/podd/
GNU Affero General Public License 3.0
Peter Ansell
Files download
File Operation
oas-parent-1.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.ansell.oas</groupId>
  <artifactId>oas-parent</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ansell.oas:oas-parent:1.2'
Gradle Kotlin
implementation("com.github.ansell.oas:oas-parent:1.2")
Scala SBT
libraryDependencies += "com.github.ansell.oas" % "oas-parent" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ansell.oas', module='oas-parent', version='1.2')
)
Apache Ivy
<dependency org="com.github.ansell.oas" name="oas-parent" rev="1.2" />
Leiningen
[com.github.ansell.oas/oas-parent "1.2"]
Apache Buildr
'com.github.ansell.oas:oas-parent:jar:1.2'