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