is not current version
Last Version 8.1

com.threewks.thundr:thundr-gae-app 4

A parent pom for thundr gae apps common project setup

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-gae-app
Version

Version

4
Type

Type

pom

Download thundr-gae-app 4

Filename Size
thundr-gae-app-4.pom 9 KB
Browse

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