How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.luixtech</groupId>
<artifactId>luix-commons</artifactId>
<version>1.2.1.8</version>
</dependency>
Choose a version of com.luixtech : luix-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
luix-commons-1.2.1.8
|
||
luix-commons-1.2.1.7
|
|||
luix-commons-1.2.1.6
|
|||
luix-commons-1.2.1.5
|
|||
luix-commons-1.2.1.4
|
|||
luix-commons-1.2.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.luixtech</groupId>
<artifactId>luix-commons</artifactId>
<version>1.2.1.8</version>
</dependency>
Advertisement