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