License |
License |
---|---|
GroupId | GroupIdde.unkrig.commons |
ArtifactId | ArtifactIdcommons-parent |
Last Version | Last Version1.2.16 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommons-parent
de.unkrig.commons - A general-purpose Java class library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-parent-1.2.16.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.commons/commons-parent/ -->
<dependency>
<groupId>de.unkrig.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>1.2.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-parent/
implementation 'de.unkrig.commons:commons-parent:1.2.16'
// https://jarcasting.com/artifacts/de.unkrig.commons/commons-parent/
implementation ("de.unkrig.commons:commons-parent:1.2.16")
'de.unkrig.commons:commons-parent:pom:1.2.16'
<dependency org="de.unkrig.commons" name="commons-parent" rev="1.2.16">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.commons', module='commons-parent', version='1.2.16')
)
libraryDependencies += "de.unkrig.commons" % "commons-parent" % "1.2.16"
[de.unkrig.commons/commons-parent "1.2.16"]