How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>springworld</artifactId>
<version>components</version>
</dependency>
Choose a version of com.github.paganini2008 : springworld to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0 |
springworld-2.0-RC4
|
||
springworld-2.0-RC1
|
|||
fastjpa |
springworld-fastjpa-spring-boot-starter
|
||
xmemcached |
springworld-xmemcached-spring-boot-starter
|
||
springdessert |
springworld-springdessert
|
||
reditools |
springworld-reditools-spring-boot-starter
|
||
jdbc |
springworld-jdbc-spring-boot-starter
|
||
transport |
springworld-transport-spring-boot-starter
|
||
redisplus |
springworld-redisplus-spring-boot-starter
|
||
jdbcplus |
springworld-jdbcplus-spring-boot-starter
|
||
crontab |
springworld-crontab-spring-boot-starter
|
||
config |
springworld-config-spring-boot-starter
|
||
components |
springworld-components
|
||
cluster |
springworld-cluster-spring-boot-starter
|
||
cached |
springworld-cached-spring-boot-starter
|
||
scheduler |
springworld-scheduler-spring-boot-starter
|
||
authorization |
springworld-authorization-spring-boot-starter
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>springworld</artifactId>
<version>components</version>
</dependency>
Advertisement