Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.disy.wps |
ArtifactId | ArtifactIdwps-parent |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
wps-parent-1.1.1.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.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.disy.wps/wps-parent/
implementation 'net.disy.wps:wps-parent:1.1.1'
// https://jarcasting.com/artifacts/net.disy.wps/wps-parent/
implementation ("net.disy.wps:wps-parent:1.1.1")
'net.disy.wps:wps-parent:pom:1.1.1'
<dependency org="net.disy.wps" name="wps-parent" rev="1.1.1">
<artifact name="wps-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.disy.wps', module='wps-parent', version='1.1.1')
)
libraryDependencies += "net.disy.wps" % "wps-parent" % "1.1.1"
[net.disy.wps/wps-parent "1.1.1"]