| License |
License |
|---|---|
| GroupId | GroupIdorg.phyloref |
| ArtifactId | ArtifactIdjphyloref |
| Version | Version1.1.1 |
| 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.1.1.pom | |
| jphyloref-1.1.1.jar | 14 MB |
| jphyloref-1.1.1-sources.jar | 27 KB |
| jphyloref-1.1.1-javadoc.jar | 164 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.phyloref/jphyloref/ -->
<dependency>
<groupId>org.phyloref</groupId>
<artifactId>jphyloref</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.phyloref/jphyloref/
implementation 'org.phyloref:jphyloref:1.1.1'
// https://jarcasting.com/artifacts/org.phyloref/jphyloref/
implementation ("org.phyloref:jphyloref:1.1.1")
'org.phyloref:jphyloref:jar:1.1.1'
<dependency org="org.phyloref" name="jphyloref" rev="1.1.1">
<artifact name="jphyloref" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.phyloref', module='jphyloref', version='1.1.1')
)
libraryDependencies += "org.phyloref" % "jphyloref" % "1.1.1"
[org.phyloref/jphyloref "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |