| License |
License |
|---|---|
| GroupId | GroupIdorg.phyloref |
| ArtifactId | ArtifactIdjphyloref |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionJPhyloRef
A tool for testing and resolving phyloreferences as OWL ontologies.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jphyloref-1.0.0.pom | |
| jphyloref-1.0.0.jar | 20 MB |
| jphyloref-1.0.0-sources.jar | 28 KB |
| jphyloref-1.0.0-javadoc.jar | 165 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phyloref/jphyloref/ -->
<dependency>
<groupId>org.phyloref</groupId>
<artifactId>jphyloref</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.phyloref/jphyloref/
implementation 'org.phyloref:jphyloref:1.0.0'
// https://jarcasting.com/artifacts/org.phyloref/jphyloref/
implementation ("org.phyloref:jphyloref:1.0.0")
'org.phyloref:jphyloref:jar:1.0.0'
<dependency org="org.phyloref" name="jphyloref" rev="1.0.0">
<artifact name="jphyloref" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phyloref', module='jphyloref', version='1.0.0')
)
libraryDependencies += "org.phyloref" % "jphyloref" % "1.0.0"
[org.phyloref/jphyloref "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |