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