How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.datexis</groupId>
<artifactId>texoo-cuda-10.1</artifactId>
<version>1.3.2</version>
</dependency>
Choose a version of de.datexis : texoo-cuda-10.1 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
texoo-cuda-10.1-1.3.2
|
||
texoo-cuda-10.1-1.3.1
|
|||
texoo-cuda-10.1-1.3.0
|
|||
1.2.x |
texoo-cuda-10.1-1.2.2
|
||
texoo-cuda-10.1-1.2.1
|
|||
texoo-cuda-10.1-1.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.datexis</groupId>
<artifactId>texoo-cuda-10.1</artifactId>
<version>1.3.2</version>
</dependency>
Advertisement