is not current version
Last Version 0.4

com.github.phenomics:OntoLib 0.1

OntoLib contains data structures and algorithms for processing ontologies.

GroupId

GroupId

com.github.phenomics
ArtifactId

ArtifactId

OntoLib
Version

Version

0.1
Type

Type

pom

Download OntoLib 0.1

Filename Size
OntoLib-0.1.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.phenomics/OntoLib/ -->
<dependency>
    <groupId>com.github.phenomics</groupId>
    <artifactId>OntoLib</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phenomics/OntoLib/
implementation 'com.github.phenomics:OntoLib:0.1'
// https://jarcasting.com/artifacts/com.github.phenomics/OntoLib/
implementation ("com.github.phenomics:OntoLib:0.1")
'com.github.phenomics:OntoLib:pom:0.1'
<dependency org="com.github.phenomics" name="OntoLib" rev="0.1">
  <artifact name="OntoLib" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.phenomics', module='OntoLib', version='0.1')
)
libraryDependencies += "com.github.phenomics" % "OntoLib" % "0.1"
[com.github.phenomics/OntoLib "0.1"]