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>
Choose a version of com.threewks.thundr : thundr-module to add to Maven - Latest 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
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-module</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement