License |
License |
---|---|
GroupId | GroupIdcom.github.thorbenkuck |
ArtifactId | ArtifactIdrelease-parent |
Last Version | Last Version5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRelease Parent
A Parent, that contains all needed for deployment
|
Project URL |
Project URL |
Filename | Size |
---|---|
release-parent-5.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>release-parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation 'com.github.thorbenkuck:release-parent:5'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation ("com.github.thorbenkuck:release-parent:5")
'com.github.thorbenkuck:release-parent:pom:5'
<dependency org="com.github.thorbenkuck" name="release-parent" rev="5">
<artifact name="release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='release-parent', version='5')
)
libraryDependencies += "com.github.thorbenkuck" % "release-parent" % "5"
[com.github.thorbenkuck/release-parent "5"]