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