How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kosik</groupId>
<artifactId>simple-json-rpc</artifactId>
<version>1.4.001</version>
</dependency>
Choose a version of io.github.kosik : simple-json-rpc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
simple-json-rpc-1.4.001
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.kosik</groupId>
<artifactId>simple-json-rpc</artifactId>
<version>1.4.001</version>
</dependency>
Advertisement