| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.disy.wps |
| Идентификатор | Идентификаторwps-parent |
| Версия | Версия1.2.0.M1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wps-parent-1.2.0.M1.pom | 15 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.disy.wps/wps-parent/ -->
<dependency>
<groupId>net.disy.wps</groupId>
<artifactId>wps-parent</artifactId>
<version>1.2.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.disy.wps/wps-parent/
implementation 'net.disy.wps:wps-parent:1.2.0.M1'
// https://jarcasting.com/artifacts/net.disy.wps/wps-parent/
implementation ("net.disy.wps:wps-parent:1.2.0.M1")
'net.disy.wps:wps-parent:pom:1.2.0.M1'
<dependency org="net.disy.wps" name="wps-parent" rev="1.2.0.M1">
<artifact name="wps-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.disy.wps', module='wps-parent', version='1.2.0.M1')
)
libraryDependencies += "net.disy.wps" % "wps-parent" % "1.2.0.M1"
[net.disy.wps/wps-parent "1.2.0.M1"]