is not current version
Last Version 0.4

com.github.phenomics:OntoLib 0.2

OntoLib contains data structures and algorithms for processing ontologies.

GroupId

GroupId

com.github.phenomics
ArtifactId

ArtifactId

OntoLib
Version

Version

0.2
Type

Type

pom

Download OntoLib 0.2

Filename Size
OntoLib-0.2.pom 10 KB
Browse

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