| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.disy.wps |
| ArtifactId | ArtifactIdwps-parent |
| Version | Version1.2.0.M1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wps-parent-1.2.0.M1.pom | 15 KB |
| Browse |
<!-- 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"]