License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.semanticwb |
ArtifactId | ArtifactIdSWBPortal |
Last Version | Last Version5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWBPortal
SemanticWebBuilder Portal API components and utilities
|
Project URL |
Project URL |
Project Organization |
Project OrganizationINFOTEC - Centro de Investigacion e Innovacion en Tecnologias de la Informacion y Comunicacion |
Filename | Size |
---|---|
SWBPortal-5.0.pom | |
SWBPortal-5.0.jar | 3 MB |
SWBPortal-5.0-sources.jar | 3 MB |
SWBPortal-5.0-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.semanticwb/SWBPortal/ -->
<dependency>
<groupId>org.semanticwb</groupId>
<artifactId>SWBPortal</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticwb/SWBPortal/
implementation 'org.semanticwb:SWBPortal:5.0'
// https://jarcasting.com/artifacts/org.semanticwb/SWBPortal/
implementation ("org.semanticwb:SWBPortal:5.0")
'org.semanticwb:SWBPortal:jar:5.0'
<dependency org="org.semanticwb" name="SWBPortal" rev="5.0">
<artifact name="SWBPortal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticwb', module='SWBPortal', version='5.0')
)
libraryDependencies += "org.semanticwb" % "SWBPortal" % "5.0"
[org.semanticwb/SWBPortal "5.0"]