How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.romainguy</groupId>
<artifactId>kotlin-math-js</artifactId>
<version>1.5.3</version>
</dependency>
Choose a version of dev.romainguy : kotlin-math-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
kotlin-math-js-1.5.3
|
||
kotlin-math-js-1.5.2
|
|||
kotlin-math-js-1.5.1
|
|||
kotlin-math-js-1.5.0
|
|||
1.4.x |
kotlin-math-js-1.4.0
|
||
1.3.x |
kotlin-math-js-1.3.0
|
||
1.2.x |
kotlin-math-js-1.2.0
|
||
1.1.x |
kotlin-math-js-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.romainguy</groupId>
<artifactId>kotlin-math-js</artifactId>
<version>1.5.3</version>
</dependency>
Advertisement