p

parent

This is the parent of each WebLab Core project (model, extended...). It contains some configuration for reporting, build and deployment. It also include some metadata (such as developpers, etc.).
http://weblab.ow2.org
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
WebLab Project
Patrick Giroux Bruno Grilhères Khaled Khelif Gérard Dupont Arnaud Saval Jérémie Doucy Yann Mombrun Vincent Bruel Emilien Bondu Nicolas Martin Aurélien Saint Requier Laurie Serrano Frederic Praca Leila Khelif BA Nicolas Bureau
Files download
File Operation
parent-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.weblab.core</groupId>
  <artifactId>parent</artifactId>
  <version>1.2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.weblab.core:parent:1.2.2'
Gradle Kotlin
implementation("org.ow2.weblab.core:parent:1.2.2")
Scala SBT
libraryDependencies += "org.ow2.weblab.core" % "parent" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.weblab.core', module='parent', version='1.2.2')
)
Apache Ivy
<dependency org="org.ow2.weblab.core" name="parent" rev="1.2.2" />
Leiningen
[org.ow2.weblab.core/parent "1.2.2"]
Apache Buildr
'org.ow2.weblab.core:parent:jar:1.2.2'
Dependencies