is not current version
Last Version 8.1

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

A parent pom for thundr gae apps common project setup

GroupId

GroupId

com.threewks.thundr
ArtifactId

ArtifactId

thundr-gae-app
Version

Version

1
Type

Type

pom

Download thundr-gae-app 1

Filename Size
thundr-gae-app-1.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>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae-app/
implementation 'com.threewks.thundr:thundr-gae-app:1'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-gae-app/
implementation ("com.threewks.thundr:thundr-gae-app:1")
'com.threewks.thundr:thundr-gae-app:pom:1'
<dependency org="com.threewks.thundr" name="thundr-gae-app" rev="1">
  <artifact name="thundr-gae-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-gae-app', version='1')
)
libraryDependencies += "com.threewks.thundr" % "thundr-gae-app" % "1"
[com.threewks.thundr/thundr-gae-app "1"]