is not current version
Last Version 5

com.github.thorbenkuck:release-parent 4

A Parent, that contains all needed for deployment

GroupId

GroupId

com.github.thorbenkuck
ArtifactId

ArtifactId

release-parent
Version

Version

4
Type

Type

pom

Download release-parent 4

Filename Size
release-parent-4.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/ -->
<dependency>
    <groupId>com.github.thorbenkuck</groupId>
    <artifactId>release-parent</artifactId>
    <version>4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation 'com.github.thorbenkuck:release-parent:4'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation ("com.github.thorbenkuck:release-parent:4")
'com.github.thorbenkuck:release-parent:pom:4'
<dependency org="com.github.thorbenkuck" name="release-parent" rev="4">
  <artifact name="release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='release-parent', version='4')
)
libraryDependencies += "com.github.thorbenkuck" % "release-parent" % "4"
[com.github.thorbenkuck/release-parent "4"]