License |
License |
---|---|
GroupId | GroupIdorg.ow2.weblab.core |
ArtifactId | ArtifactIdmodel |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebLab Model
In this project we can find the data exchange model (in both UML and XSD), the generic services interfaces (WSDL) and the WebLab ontologies (OWL).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
model-1.2.2.pom | |
model-1.2.2.jar | 184 KB |
model-1.2.2-sources.jar | 184 KB |
model-1.2.2-javadoc.jar | 548 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/model/ -->
<dependency>
<groupId>org.ow2.weblab.core</groupId>
<artifactId>model</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/model/
implementation 'org.ow2.weblab.core:model:1.2.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/model/
implementation ("org.ow2.weblab.core:model:1.2.2")
'org.ow2.weblab.core:model:jar:1.2.2'
<dependency org="org.ow2.weblab.core" name="model" rev="1.2.2">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='model', version='1.2.2')
)
libraryDependencies += "org.ow2.weblab.core" % "model" % "1.2.2"
[org.ow2.weblab.core/model "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |