MVN

com.threewks.thundr : thundr-module

Maven & Gradle

Nov 24, 2016

thundr module · A parent pom for thundr module common project setup

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-module</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 3.0.0-rc3
  • Latest Beta: 3.0.0-beta-2

All Versions

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

Version Vulnerabilities Updated
3.0.x
thundr-module-3.0.0
thundr-module-3.0.0-rc3
thundr-module-3.0.0-rc2
thundr-module-3.0.0-rc1
thundr-module-3.0.0-beta-2
thundr-module-3.0.0-beta-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.threewks.thundr</groupId>
    <artifactId>thundr-module</artifactId>
    <version>3.0.0</version>
</dependency>