| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools ORM Data |
| GroupId | GroupIdorg.semanticwb |
| ArtifactId | ArtifactIdSWBPlatform |
| Last Version | Last Version5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSWBPlatform
Code-generation engine and core classes for the SemanticWebBuilder framework
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationINFOTEC - Centro de Investigacion e Innovacion en Tecnologias de la Informacion y Comunicacion |
| Filename | Size |
|---|---|
| SWBPlatform-5.0.pom | |
| SWBPlatform-5.0.jar | 567 KB |
| SWBPlatform-5.0-sources.jar | 385 KB |
| SWBPlatform-5.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.semanticwb/SWBPlatform/ -->
<dependency>
<groupId>org.semanticwb</groupId>
<artifactId>SWBPlatform</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.semanticwb/SWBPlatform/
implementation 'org.semanticwb:SWBPlatform:5.0'
// https://jarcasting.com/artifacts/org.semanticwb/SWBPlatform/
implementation ("org.semanticwb:SWBPlatform:5.0")
'org.semanticwb:SWBPlatform:jar:5.0'
<dependency org="org.semanticwb" name="SWBPlatform" rev="5.0">
<artifact name="SWBPlatform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.semanticwb', module='SWBPlatform', version='5.0')
)
libraryDependencies += "org.semanticwb" % "SWBPlatform" % "5.0"
[org.semanticwb/SWBPlatform "5.0"]