| Группа | Группаorg.ow2.weblab.core |
|---|---|
| Идентификатор | Идентификаторhelpers |
| Последняя версия | Последняя версия1.2.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWebLab Helpers
This is the home of the Helpers of the WebLab platform.
This is only needed if you want to build all helpers on your own. If you only need to build custom Services, WebServices or Portlets, POMs are available in other SVN subfolders.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| helpers-1.2.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/helpers/ -->
<dependency>
<groupId>org.ow2.weblab.core</groupId>
<artifactId>helpers</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/helpers/
implementation 'org.ow2.weblab.core:helpers:1.2.3'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/helpers/
implementation ("org.ow2.weblab.core:helpers:1.2.3")
'org.ow2.weblab.core:helpers:pom:1.2.3'
<dependency org="org.ow2.weblab.core" name="helpers" rev="1.2.3">
<artifact name="helpers" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='helpers', version='1.2.3')
)
libraryDependencies += "org.ow2.weblab.core" % "helpers" % "1.2.3"
[org.ow2.weblab.core/helpers "1.2.3"]