License |
License |
---|---|
GroupId | GroupIdcz.auderis |
ArtifactId | ArtifactIdauderis-tools-parent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAuderis Tools - parent project
Parent project descriptor for Auderis Tools - small
collection of general-purpose Java libraries
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBoleslav Bobcik - Auderis |
Filename | Size |
---|---|
auderis-tools-parent-0.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.auderis/auderis-tools-parent/ -->
<dependency>
<groupId>cz.auderis</groupId>
<artifactId>auderis-tools-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cz.auderis/auderis-tools-parent/
implementation 'cz.auderis:auderis-tools-parent:0.0.1'
// https://jarcasting.com/artifacts/cz.auderis/auderis-tools-parent/
implementation ("cz.auderis:auderis-tools-parent:0.0.1")
'cz.auderis:auderis-tools-parent:pom:0.0.1'
<dependency org="cz.auderis" name="auderis-tools-parent" rev="0.0.1">
<artifact name="auderis-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cz.auderis', module='auderis-tools-parent', version='0.0.1')
)
libraryDependencies += "cz.auderis" % "auderis-tools-parent" % "0.0.1"
[cz.auderis/auderis-tools-parent "0.0.1"]