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