How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.tirasa.connid.bundles.okta</groupId>
<artifactId>okta</artifactId>
<version>3.0.1</version>
</dependency>
Choose a version of net.tirasa.connid.bundles.okta : okta to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
okta-3.0.1
|
||
okta-3.0.0
|
|||
2.1.x |
okta-2.1.3
|
||
okta-2.1.2
|
|||
okta-2.1.1
|
|||
okta-2.1.0
|
|||
2.0.x |
okta-2.0.0
|
||
1.0.x |
okta-1.0.3
|
||
okta-1.0.2
|
|||
okta-1.0.1
|
|||
okta-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.tirasa.connid.bundles.okta</groupId>
<artifactId>okta</artifactId>
<version>3.0.1</version>
</dependency>
Advertisement