License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.semanticwb |
ArtifactId | ArtifactIdSWBTripleStore |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWBTripleStore
Independent implementation of a TripleStore for SemanticWebBuilder
|
Project URL |
Project URL |
Project Organization |
Project OrganizationINFOTEC - Centro de Investigacion e Innovacion en Tecnologias de la Informacion y Comunicacion |
Filename | Size |
---|---|
SWBTripleStore-5.0.pom | |
SWBTripleStore-5.0.jar | 61 KB |
SWBTripleStore-5.0-sources.jar | 55 KB |
SWBTripleStore-5.0-javadoc.jar | 165 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticwb/SWBTripleStore/ -->
<dependency>
<groupId>org.semanticwb</groupId>
<artifactId>SWBTripleStore</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticwb/SWBTripleStore/
implementation 'org.semanticwb:SWBTripleStore:5.0'
// https://jarcasting.com/artifacts/org.semanticwb/SWBTripleStore/
implementation ("org.semanticwb:SWBTripleStore:5.0")
'org.semanticwb:SWBTripleStore:jar:5.0'
<dependency org="org.semanticwb" name="SWBTripleStore" rev="5.0">
<artifact name="SWBTripleStore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticwb', module='SWBTripleStore', version='5.0')
)
libraryDependencies += "org.semanticwb" % "SWBTripleStore" % "5.0"
[org.semanticwb/SWBTripleStore "5.0"]