How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>testhelp-js</artifactId>
<version>0.6.5</version>
</dependency>
Choose a version of co.touchlab : testhelp-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
testhelp-js-0.6.5
|
||
testhelp-js-0.6.4
|
|||
testhelp-js-0.6.3
|
|||
testhelp-js-0.6.1
|
|||
testhelp-js-0.6.0
|
|||
0.5.x |
testhelp-js-0.5.5
|
||
testhelp-js-0.5.4
|
|||
testhelp-js-0.5.3-hmpp
|
|||
testhelp-js-0.5.2-hmpp
|
|||
testhelp-js-0.5.1-hmpp
|
|||
testhelp-js-0.5.0
|
|||
0.4.x |
testhelp-js-0.4.7
|
||
testhelp-js-0.4.6
|
|||
testhelp-js-0.4.5
|
|||
testhelp-js-0.4.4
|
|||
testhelp-js-0.4.3
|
|||
testhelp-js-0.4.2
|
|||
testhelp-js-0.4.1
|
|||
testhelp-js-0.4.0
|
|||
0.3.x |
testhelp-js-0.3.8-1.4.0-rc
|
||
testhelp-js-0.3.8-1.4-M3
|
|||
testhelp-js-0.3.8-1.4-M2
|
|||
testhelp-js-0.3.7
|
|||
testhelp-js-0.3.6
|
|||
testhelp-js-0.3.3
|
|||
testhelp-js-0.3.3-eap
|
|||
testhelp-js-0.3.2
|
|||
testhelp-js-0.3.0
|
|||
0.2.x |
testhelp-js-0.2.11
|
||
testhelp-js-0.2.10
|
|||
testhelp-js-0.2.9
|
|||
testhelp-js-0.2.8
|
|||
testhelp-js-0.2.7
|
|||
testhelp-js-0.2.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>testhelp-js</artifactId>
<version>0.6.5</version>
</dependency>
Advertisement