is not current version
Last Version 1.2.2

org.ow2.weblab.core:model 1.2

In this project we can find the data exchange model (XSD), the generic services interfaces (WSDL), some service samples (WSDL) and the WebLab ontology (OWL).

GroupId

GroupId

org.ow2.weblab.core
ArtifactId

ArtifactId

model
Version

Version

1.2
Type

Type

jar

Download model 1.2


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/model/ -->
<dependency>
    <groupId>org.ow2.weblab.core</groupId>
    <artifactId>model</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/model/
implementation 'org.ow2.weblab.core:model:1.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/model/
implementation ("org.ow2.weblab.core:model:1.2")
'org.ow2.weblab.core:model:jar:1.2'
<dependency org="org.ow2.weblab.core" name="model" rev="1.2">
  <artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='model', version='1.2')
)
libraryDependencies += "org.ow2.weblab.core" % "model" % "1.2"
[org.ow2.weblab.core/model "1.2"]