License |
License |
---|---|
GroupId | GroupIdde.comhix.commons |
ArtifactId | ArtifactIdcommons-parent |
Last Version | Last Version2.2.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionComHix common Parent
ComHix common basic stuff
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-parent-2.2.5.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/ -->
<dependency>
<groupId>de.comhix.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>2.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/
implementation 'de.comhix.commons:commons-parent:2.2.5'
// https://jarcasting.com/artifacts/de.comhix.commons/commons-parent/
implementation ("de.comhix.commons:commons-parent:2.2.5")
'de.comhix.commons:commons-parent:pom:2.2.5'
<dependency org="de.comhix.commons" name="commons-parent" rev="2.2.5">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.comhix.commons', module='commons-parent', version='2.2.5')
)
libraryDependencies += "de.comhix.commons" % "commons-parent" % "2.2.5"
[de.comhix.commons/commons-parent "2.2.5"]