MVN

org.ow2.weblab.core : model

Maven & Gradle

Jul 28, 2011
16 usages

WebLab 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).

<dependency>
    <groupId>org.ow2.weblab.core</groupId>
    <artifactId>model</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.core : model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.ow2.weblab.core : model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
model-1.2.2
model-1.2.2-SNAPSHOT
model-1.2.1-SNAPSHOT
1.2
model-1.2
model-1.2-SNAPSHOT

How to add a dependency to Maven

Add the following org.ow2.weblab.core : model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.core</groupId>
    <artifactId>model</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.core : model gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.core:model:1.2.2'

Gradle Kotlin DSL: Add the following org.ow2.weblab.core : model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.core:model:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.core : model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.core" % "model" % "1.2.2"