MVN

com.threewks.thundr : thundr-gae-app

Maven & Gradle

Mar 07, 2018

thundr gae app · A parent pom for thundr gae apps common project setup

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-gae-app</artifactId>
    <version>8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threewks.thundr : thundr-gae-app to add to Maven - Latest Versions:

  • Latest Stable: 8.1

All Versions

Choose a version of com.threewks.thundr : thundr-gae-app to add to Maven - All Versions:

Version Vulnerabilities Updated
8.1
thundr-gae-app-8.1
8.0
thundr-gae-app-8.0
5
thundr-gae-app-5
4
thundr-gae-app-4
3
thundr-gae-app-3
2
thundr-gae-app-2
1
thundr-gae-app-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-gae-app</artifactId>
    <version>8.1</version>
</dependency>

Advertisement