| GroupId | GroupIdorg.openwms |
|---|---|
| ArtifactId | ArtifactIdorg.openwms.parent |
| Version | Version11 |
| Type | Typepom |
| Filename | Size |
|---|---|
| org.openwms.parent-11.pom | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.parent/ -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.parent/
implementation 'org.openwms:org.openwms.parent:11'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.parent/
implementation ("org.openwms:org.openwms.parent:11")
'org.openwms:org.openwms.parent:pom:11'
<dependency org="org.openwms" name="org.openwms.parent" rev="11">
<artifact name="org.openwms.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.parent', version='11')
)
libraryDependencies += "org.openwms" % "org.openwms.parent" % "11"
[org.openwms/org.openwms.parent "11"]