o

oas-templates

Test templates for Ontology Annotation Services
Files download
File Operation
oas-templates-1.2.jar download
oas-templates-1.2.pom download
oas-templates-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ansell.oas</groupId>
  <artifactId>oas-templates</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.ansell.oas:oas-templates:1.2'
Gradle Kotlin
implementation("com.github.ansell.oas:oas-templates:1.2")
Scala SBT
libraryDependencies += "com.github.ansell.oas" % "oas-templates" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ansell.oas', module='oas-templates', version='1.2')
)
Apache Ivy
<dependency org="com.github.ansell.oas" name="oas-templates" rev="1.2" />
Leiningen
[com.github.ansell.oas/oas-templates "1.2"]
Apache Buildr
'com.github.ansell.oas:oas-templates:jar:1.2'