How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.15</version>
</dependency>
Choose a version of com.fizzed : bigmap to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
bigmap-1.0.15
|
||
bigmap-1.0.14
|
|||
bigmap-1.0.13
|
|||
bigmap-1.0.12
|
|||
bigmap-1.0.11
|
|||
bigmap-1.0.10
|
|||
bigmap-1.0.9
|
|||
bigmap-1.0.7
|
|||
bigmap-1.0.6
|
|||
bigmap-1.0.5
|
|||
bigmap-1.0.4
|
|||
bigmap-1.0.3
|
|||
bigmap-1.0.2
|
|||
bigmap-1.0.1
|
|||
bigmap-1.0.0
|
|||
0.0.x |
bigmap-0.0.3
|
||
bigmap-0.0.2
|
|||
bigmap-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap</artifactId>
<version>1.0.15</version>
</dependency>
Advertisement