How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.shulie.takin.plugin.framework</groupId>
<artifactId>takin-plugin-framework</artifactId>
<version>1.0.3</version>
</dependency>
Choose a version of io.shulie.takin.plugin.framework : takin-plugin-framework to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
takin-plugin-framework-1.0.3
|
||
takin-plugin-framework-1.0.2
|
|||
takin-plugin-framework-1.0.1
|
|||
takin-plugin-framework-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.shulie.takin.plugin.framework</groupId>
<artifactId>takin-plugin-framework</artifactId>
<version>1.0.3</version>
</dependency>
Advertisement