GroupId | GroupIdcom.github.thorbenkuck |
---|---|
ArtifactId | ArtifactIdrelease-parent |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
release-parent-3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/ -->
<dependency>
<groupId>com.github.thorbenkuck</groupId>
<artifactId>release-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation 'com.github.thorbenkuck:release-parent:3'
// https://jarcasting.com/artifacts/com.github.thorbenkuck/release-parent/
implementation ("com.github.thorbenkuck:release-parent:3")
'com.github.thorbenkuck:release-parent:pom:3'
<dependency org="com.github.thorbenkuck" name="release-parent" rev="3">
<artifact name="release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thorbenkuck', module='release-parent', version='3')
)
libraryDependencies += "com.github.thorbenkuck" % "release-parent" % "3"
[com.github.thorbenkuck/release-parent "3"]