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