GroupId | GroupIdcom.github.phenomics |
---|---|
ArtifactId | ArtifactIdontolib-core |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
ontolib-core-0.3.pom | |
ontolib-core-0.3.jar | 144 KB |
ontolib-core-0.3-sources.jar | 120 KB |
ontolib-core-0.3-javadoc.jar | 648 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phenomics/ontolib-core/ -->
<dependency>
<groupId>com.github.phenomics</groupId>
<artifactId>ontolib-core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phenomics/ontolib-core/
implementation 'com.github.phenomics:ontolib-core:0.3'
// https://jarcasting.com/artifacts/com.github.phenomics/ontolib-core/
implementation ("com.github.phenomics:ontolib-core:0.3")
'com.github.phenomics:ontolib-core:jar:0.3'
<dependency org="com.github.phenomics" name="ontolib-core" rev="0.3">
<artifact name="ontolib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phenomics', module='ontolib-core', version='0.3')
)
libraryDependencies += "com.github.phenomics" % "ontolib-core" % "0.3"
[com.github.phenomics/ontolib-core "0.3"]