How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-api</artifactId>
<version>0.4.5</version>
</dependency>
Choose a version of com.sflpro.identity : identity-api to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.4.x |
identity-api-0.4.5
|
||
identity-api-0.4.4
|
|||
identity-api-0.4.3
|
|||
identity-api-0.4.2
|
|||
identity-api-0.4.1
|
|||
identity-api-0.4.0
|
|||
0.3.x |
identity-api-0.3.1
|
||
0.2.x |
identity-api-0.2.0
|
||
0.1.x |
identity-api-0.1.0
|
||
0.0.x |
identity-api-0.0.9
|
||
identity-api-0.0.8
|
|||
identity-api-0.0.7
|
|||
identity-api-0.0.6
|
|||
identity-api-0.0.5
|
|||
identity-api-0.0.4
|
|||
identity-api-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sflpro.identity</groupId>
<artifactId>identity-api</artifactId>
<version>0.4.5</version>
</dependency>
Advertisement