s

swiftboot-web

企业Web应用基础框架
文件下载
文件名 操作
swiftboot-web-1.0.13.jar 下载
swiftboot-web-1.0.13.pom 下载
swiftboot-web-1.0.13-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot-web</artifactId>
  <version>1.0.13</version>
</dependency>
Gradle Groovy
implementation 'com.github.swiftech:swiftboot-web:1.0.13'
Gradle Kotlin
implementation("com.github.swiftech:swiftboot-web:1.0.13")
Scala SBT
libraryDependencies += "com.github.swiftech" % "swiftboot-web" % "1.0.13"
Groovy Grape
@Grapes(
  @Grab(group='com.github.swiftech', module='swiftboot-web', version='1.0.13')
)
Apache Ivy
<dependency org="com.github.swiftech" name="swiftboot-web" rev="1.0.13" />
Leiningen
[com.github.swiftech/swiftboot-web "1.0.13"]
Apache Buildr
'com.github.swiftech:swiftboot-web:jar:1.0.13'
本项目依赖
<parent>
  <groupId>com.github.swiftech</groupId>
  <artifactId>swiftboot</artifactId>
  <version>1.0.13</version>
</parent>

compile

|-- com.github.swiftech:swiftboot-utils

|-- com.github.swiftech:swiftboot-collections

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

|-- com.fasterxml.jackson.core:jackson-annotations

|-- org.springframework:spring-context:5.1.7.RELEASE

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

|-- org.springframework.boot:spring-boot:2.1.5.RELEASE

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

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

|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final

|-- javax.validation:validation-api:2.0.1.Final

|-- org.hibernate.validator:hibernate-validator:6.0.16.Final

|-- io.swagger:swagger-core:1.5.22

|-- io.swagger:swagger-annotations:1.5.22

|-- io.swagger:swagger-jaxrs:1.5.22

|-- org.aspectj:aspectjrt:1.9.3

|-- org.aspectj:aspectjweaver:1.9.3

provided

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

test

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

|-- org.hibernate:hibernate-core:5.3.10.Final

|-- org.springframework.boot:spring-boot-starter-actuator:2.1.5.RELEASE

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

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

|-- org.springframework.boot:spring-boot-starter-data-jpa:2.1.5.RELEASE

|-- org.springframework.data:spring-data-commons:2.1.5.RELEASE

|-- com.h2database:h2:1.4.197

|-- org.apache.logging.log4j:log4j-api:2.9.1

|-- org.apache.logging.log4j:log4j-core:2.9.1

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.9.1