How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>att-xacml</artifactId>
<version>3.1.0</version>
</dependency>
Choose a version of com.att.research.xacml : att-xacml to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
att-xacml-3.1.0
|
||
3.0 |
att-xacml-3.0
|
||
2.2.x |
att-xacml-2.2.0
|
||
2.1.x |
att-xacml-2.1.0
|
||
2.0.x |
att-xacml-2.0.1
|
||
att-xacml-2.0.0
|
|||
1.0.x |
att-xacml-1.0.2
|
||
att-xacml-1.0.1
|
|||
att-xacml-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>att-xacml</artifactId>
<version>3.1.0</version>
</dependency>
Advertisement