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