r

rober-cabin

cabin是rober系列的一个综合,把项目所涉及的所有资源统一放到这里 Java9 add VM OPTIONS "--add-modules java.xml.bind"
The Apache Software License, Version 2.0
Nicholas Luo
文件下载
文件名 操作
rober-cabin-1.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.nic-luo</groupId>
  <artifactId>rober-cabin</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.nic-luo:rober-cabin:1.0'
Gradle Kotlin
implementation("com.github.nic-luo:rober-cabin:1.0")
Scala SBT
libraryDependencies += "com.github.nic-luo" % "rober-cabin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nic-luo', module='rober-cabin', version='1.0')
)
Apache Ivy
<dependency org="com.github.nic-luo" name="rober-cabin" rev="1.0" />
Leiningen
[com.github.nic-luo/rober-cabin "1.0"]
Apache Buildr
'com.github.nic-luo:rober-cabin:jar:1.0'
本项目依赖
<parent>
  <groupId>org.sonatype.oss</groupId>
  <artifactId>oss-parent</artifactId>
  <version>7</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-starter-web:1.5.10.RELEASE

|-- org.quartz-scheduler:quartz:2.3.0

|-- org.springframework.boot:spring-boot-starter-jetty

|-- org.springframework.boot:spring-boot-configuration-processor:1.5.10.RELEASE

|-- org.springframework:spring-web:4.3.14.RELEASE

|-- org.springframework.boot:spring-boot-autoconfigure:1.5.10.RELEASE

|-- org.springframework.boot:spring-boot-starter-aop:1.5.10.RELEASE

|-- org.springframework:spring-aop:4.3.14.RELEASE

|-- org.springframework:spring-jdbc:4.3.14.RELEASE

|-- org.codehaus.groovy:groovy-all:2.4.11

|-- mysql:mysql-connector-java:5.1.38

|-- com.alibaba:druid-spring-boot-starter:1.1.3

|-- commons-jxpath:commons-jxpath:1.3

|-- org.mongodb:bson:3.6.3

|-- org.apache.commons:commons-lang3:3.5

|-- org.mongodb:mongodb-driver:3.6.3

|-- commons-io:commons-io:2.5

|-- commons-beanutils:commons-beanutils:1.9.3

|-- commons-collections:commons-collections:3.2.2

|-- com.thoughtworks.xstream:xstream:1.4.9

|-- joda-time:joda-time:2.9.9

|-- org.slf4j:slf4j-api:1.7.9

|-- ch.qos.logback:logback-classic:1.2.1

|-- ch.qos.logback:logback-core:1.2.1

|-- org.slf4j:jcl-over-slf4j:1.7.12

|-- javax.servlet:javax.servlet-api:3.1.0

|-- org.antlr:antlr4-runtime:4.7

|-- org.springframework.boot:spring-boot-starter-freemarker:1.5.10.RELEASE

|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.0

|-- org.eclipse.persistence:javax.persistence:2.1.0

|-- com.google.guava:guava:21.0

|-- org.springframework.cloud:spring-cloud-starter-eureka:1.4.3.RELEASE

test

|-- org.seleniumhq.selenium:selenium-java:3.11.0

|-- junit:junit:4.12

|-- org.springframework:spring-test:4.3.14.RELEASE

|-- org.springframework.boot:spring-boot-test:1.5.10.RELEASE

|-- org.springframework.boot:spring-boot-starter-test:1.5.10.RELEASE

|-- org.springframework.boot:spring-boot-test-autoconfigure:1.5.10.RELEASE