is not current version
Last Version 6

com.threewks.thundr:thundr-parent 5

A parent pom for thundr projects for common project setup

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-parent
Version

Version

5
Type

Type

pom

Download thundr-parent 5

Filename Size
thundr-parent-5.pom 8 KB
Browse

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