How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.vyukov</groupId>
<artifactId>another-live-refresh</artifactId>
<version>0.3.1</version>
</dependency>
Choose a version of ru.vyukov : another-live-refresh to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
another-live-refresh-0.3.1
|
||
0.3 |
another-live-refresh-0.3
|
||
0.2.x |
another-live-refresh-0.2.5
|
||
another-live-refresh-0.2.4
|
|||
another-live-refresh-0.2.3
|
|||
another-live-refresh-0.2.1
|
|||
0.2 |
another-live-refresh-0.2
|
||
0.1.x |
another-live-refresh-0.1.2
|
||
another-live-refresh-0.1.1
|
|||
0.1 |
another-live-refresh-0.1
|
||
0.0.x |
another-live-refresh-0.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.vyukov</groupId>
<artifactId>another-live-refresh</artifactId>
<version>0.3.1</version>
</dependency>
Advertisement