How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
<version>1.4.0.Final</version>
</dependency>
Choose a version of org.gatein : gatein-dep to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
gatein-dep-1.4.0.Final
|
||
1.3.x |
gatein-dep-1.3.0.Beta01
|
||
1.2.x |
gatein-dep-1.2.1.Final
|
||
gatein-dep-1.2.1.CR03
|
|||
gatein-dep-1.2.1.CR02
|
|||
gatein-dep-1.2.1.CR01
|
|||
gatein-dep-1.2.0.Final
|
|||
gatein-dep-1.2.0.Beta01
|
|||
gatein-dep-1.2.0.Alpha05
|
|||
gatein-dep-1.2.0.Alpha04
|
|||
gatein-dep-1.2.0.Alpha03
|
|||
gatein-dep-1.2.0.Alpha02
|
|||
gatein-dep-1.2.0.Alpha01
|
|||
1.1.x |
gatein-dep-1.1.0-GA
|
||
gatein-dep-1.1.0-Beta06
|
|||
gatein-dep-1.1.0-Beta05
|
|||
gatein-dep-1.1.0-Beta04
|
|||
gatein-dep-1.1.0-Beta03
|
|||
gatein-dep-1.1.0-Beta02
|
|||
gatein-dep-1.1.0-Beta01
|
|||
1.0.x |
gatein-dep-1.0.3-Beta01
|
||
gatein-dep-1.0.2-GA
|
|||
gatein-dep-1.0.1-GA
|
|||
gatein-dep-1.0.0-GA
|
|||
gatein-dep-1.0.0-Beta03
|
|||
gatein-dep-1.0.0-Beta02
|
|||
gatein-dep-1.0.0-Beta01
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
<version>1.4.0.Final</version>
</dependency>
Advertisement