| License | License
                                                        Apache 2.0 License                                                 | 
|---|---|
| GroupId | GroupIdorg.vivoweb | 
| ArtifactId | ArtifactIdjena2tools | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionVitro Jena 2 Tools Vitro jena tools | 
| Filename | Size | 
|---|---|
| jena2tools-1.2.0.pom | |
| jena2tools-1.2.0.jar | 9 MB | 
| jena2tools-1.2.0-sources.jar | 6 KB | 
| jena2tools-1.2.0-javadoc.jar | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.vivoweb/jena2tools/ -->
<dependency>
    <groupId>org.vivoweb</groupId>
    <artifactId>jena2tools</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.vivoweb/jena2tools/
implementation 'org.vivoweb:jena2tools:1.2.0'// https://jarcasting.com/artifacts/org.vivoweb/jena2tools/
implementation ("org.vivoweb:jena2tools:1.2.0")'org.vivoweb:jena2tools:jar:1.2.0'<dependency org="org.vivoweb" name="jena2tools" rev="1.2.0">
  <artifact name="jena2tools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.vivoweb', module='jena2tools', version='1.2.0')
)libraryDependencies += "org.vivoweb" % "jena2tools" % "1.2.0"[org.vivoweb/jena2tools "1.2.0"]