How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.enilink.komma</groupId>
<artifactId>komma-features</artifactId>
<version>1.7.4</version>
</dependency>
Choose a version of net.enilink.komma : komma-features to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
komma-features-1.7.4
|
||
komma-features-1.7.3
|
|||
komma-features-1.7.2
|
|||
komma-features-1.7.1
|
|||
komma-features-1.7.0
|
|||
1.6.x |
komma-features-1.6.3
|
||
komma-features-1.6.2
|
|||
komma-features-1.6.1
|
|||
komma-features-1.6.0
|
|||
1.5.x |
komma-features-1.5.3
|
||
komma-features-1.5.2
|
|||
komma-features-1.5.1
|
|||
komma-features-1.5.0
|
|||
1.4.x |
komma-features-1.4.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.enilink.komma</groupId>
<artifactId>komma-features</artifactId>
<version>1.7.4</version>
</dependency>
Advertisement