How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lianjiatech</groupId>
<artifactId>retrofit-plus-sample</artifactId>
<version>1.1.3</version>
</dependency>
Choose a version of com.github.lianjiatech : retrofit-plus-sample to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
retrofit-plus-sample-1.1.3
|
||
retrofit-plus-sample-1.1.2
|
|||
retrofit-plus-sample-1.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.lianjiatech</groupId>
<artifactId>retrofit-plus-sample</artifactId>
<version>1.1.3</version>
</dependency>
Advertisement