is not current version
Last Version 6

com.threewks.thundr:thundr-parent 1

A parent pom for thundr projects for common project setup

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-parent
Version

Version

1
Type

Type

pom

Download thundr-parent 1

Filename Size
thundr-parent-1.pom 7 KB
Browse

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