How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.4</version>
</dependency>
Choose a version of org.apache.wink.example : apps to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
apps-1.4
|
||
1.3.x |
apps-1.3.0
|
||
1.2.x |
apps-1.2.1-incubating
|
||
apps-1.2.0-incubating
|
|||
1.1.x |
apps-1.1.3-incubating
|
||
apps-1.1.2-incubating
|
|||
apps-1.1.1-incubating
|
|||
1.1 |
apps-1.1-incubating
|
||
1.0 |
apps-1.0-incubating
|
||
0.1 |
apps-0.1-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.wink.example</groupId>
<artifactId>apps</artifactId>
<version>1.4</version>
</dependency>
Advertisement