How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rainingsince</groupId>
<artifactId>rainingsince-framework-core</artifactId>
<version>0.1.1</version>
</dependency>
Choose a version of com.rainingsince : rainingsince-framework-core to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
rainingsince-framework-core-0.1.1
|
||
rainingsince-framework-core-0.1.0
|
|||
0.0.x |
rainingsince-framework-core-0.0.6
|
||
rainingsince-framework-core-0.0.5
|
|||
rainingsince-framework-core-0.0.4
|
|||
rainingsince-framework-core-0.0.3
|
|||
rainingsince-framework-core-0.0.2
|
|||
rainingsince-framework-core-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.rainingsince</groupId>
<artifactId>rainingsince-framework-core</artifactId>
<version>0.1.1</version>
</dependency>
Advertisement