| Categories |
CategoriesProtégé General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdedu.stanford.protege |
| ArtifactId | ArtifactIdgraphtree |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| graphtree-1.2.0.pom | |
| graphtree-1.2.0.jar | 270 KB |
| graphtree-1.2.0-sources.jar | 94 KB |
| graphtree-1.2.0-javadoc.jar | 654 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.protege/graphtree/ -->
<dependency>
<groupId>edu.stanford.protege</groupId>
<artifactId>graphtree</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.protege/graphtree/
implementation 'edu.stanford.protege:graphtree:1.2.0'
// https://jarcasting.com/artifacts/edu.stanford.protege/graphtree/
implementation ("edu.stanford.protege:graphtree:1.2.0")
'edu.stanford.protege:graphtree:jar:1.2.0'
<dependency org="edu.stanford.protege" name="graphtree" rev="1.2.0">
<artifact name="graphtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.protege', module='graphtree', version='1.2.0')
)
libraryDependencies += "edu.stanford.protege" % "graphtree" % "1.2.0"
[edu.stanford.protege/graphtree "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 22.0 |
| com.google.guava : guava-gwt | jar | 22.0 |
| javax.inject : javax.inject | jar | 1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-servlet | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |