is not current version
Last Version 8.1

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

A parent pom for thundr gae apps common project setup

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-gae-app
Version

Version

8.0
Type

Type

pom

Download thundr-gae-app 8.0

Filename Size
thundr-gae-app-8.0.pom 13 KB
Browse

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