is not current version
Last Version 5.4.1

com.itemis:org-parent 1

The base parent for all open-source projects coming from itemis.

GroupId

GroupId

com.itemis
ArtifactId

ArtifactId

org-parent
Version

Version

1
Type

Type

pom

Download org-parent 1

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"]