How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>stately-strict-js</artifactId>
<version>2.0.0-rc3</version>
</dependency>
Choose a version of co.touchlab : stately-strict-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
stately-strict-js-2.0.0-rc3
|
||
stately-strict-js-2.0.0-rc2
|
|||
stately-strict-js-2.0.0-rc1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>stately-strict-js</artifactId>
<version>2.0.0-rc3</version>
</dependency>
Advertisement