| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.ow2.weblab.core |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWebLab Core POM 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.).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-1.2.2.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/parent/ -->
<dependency>
<groupId>org.ow2.weblab.core</groupId>
<artifactId>parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/parent/
implementation 'org.ow2.weblab.core:parent:1.2.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/parent/
implementation ("org.ow2.weblab.core:parent:1.2.2")
'org.ow2.weblab.core:parent:pom:1.2.2'
<dependency org="org.ow2.weblab.core" name="parent" rev="1.2.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='parent', version='1.2.2')
)
libraryDependencies += "org.ow2.weblab.core" % "parent" % "1.2.2"
[org.ow2.weblab.core/parent "1.2.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |