| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаnet.wasdev.wlp.maven |
| Идентификатор | Идентификаторliberty-maven |
| Последняя версия | Последняя версия3.0.M1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWebSphere Application Server Liberty Profile Maven Tools
Parent pom for Maven tools supporting development with
WebSphere Application Server Liberty Profile
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| liberty-maven-3.0.M1.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wasdev.wlp.maven/liberty-maven/ -->
<dependency>
<groupId>net.wasdev.wlp.maven</groupId>
<artifactId>liberty-maven</artifactId>
<version>3.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.wlp.maven/liberty-maven/
implementation 'net.wasdev.wlp.maven:liberty-maven:3.0.M1'
// https://jarcasting.com/artifacts/net.wasdev.wlp.maven/liberty-maven/
implementation ("net.wasdev.wlp.maven:liberty-maven:3.0.M1")
'net.wasdev.wlp.maven:liberty-maven:pom:3.0.M1'
<dependency org="net.wasdev.wlp.maven" name="liberty-maven" rev="3.0.M1">
<artifact name="liberty-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.maven', module='liberty-maven', version='3.0.M1')
)
libraryDependencies += "net.wasdev.wlp.maven" % "liberty-maven" % "3.0.M1"
[net.wasdev.wlp.maven/liberty-maven "3.0.M1"]