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