How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.northernwind</groupId>
<artifactId>northernwind</artifactId>
<version>1.2-ALPHA-11</version>
</dependency>
Choose a version of it.tidalwave.northernwind : northernwind to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2 |
northernwind-1.2-ALPHA-11
|
||
northernwind-1.2-ALPHA-10
|
|||
northernwind-1.2-ALPHA-9
|
|||
northernwind-1.2-ALPHA-8
|
|||
northernwind-1.2-ALPHA-7
|
|||
northernwind-1.2-ALPHA-6
|
|||
northernwind-1.2-ALPHA-5
|
|||
northernwind-1.2-ALPHA-4
|
|||
northernwind-1.2-ALPHA-3
|
|||
northernwind-1.2-ALPHA-2
|
|||
1.1 |
northernwind-1.1-ALPHA-47
|
||
northernwind-1.1-ALPHA-46
|
|||
northernwind-1.1-ALPHA-45
|
|||
northernwind-1.1-ALPHA-44
|
|||
northernwind-1.1-ALPHA-43
|
|||
northernwind-1.1-ALPHA-42
|
|||
northernwind-1.1-ALPHA-41
|
|||
northernwind-1.1-ALPHA-40
|
|||
northernwind-1.1-ALPHA-39
|
|||
northernwind-1.1-ALPHA-38
|
|||
northernwind-1.1-ALPHA-37
|
|||
northernwind-1.1-ALPHA-36
|
|||
northernwind-1.1-ALPHA-35
|
POM as dependency in dependencyManagement
<dependency>
<groupId>it.tidalwave.northernwind</groupId>
<artifactId>northernwind</artifactId>
<version>1.2-ALPHA-11</version>
</dependency>
Advertisement