xo-starter
基于spring boot构建的组件库。
License |
License |
---|---|
GroupId | GroupIdcom.github.jnoee |
ArtifactId | ArtifactIdxo-starter-base |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxo-starter
|
Filename | Size |
---|---|
xo-starter-base-1.0.2.pom | |
xo-starter-base-1.0.2.jar | 53 KB |
xo-starter-base-1.0.2-sources.jar | 34 KB |
xo-starter-base-1.0.2-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>xo-starter-base</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/
implementation 'com.github.jnoee:xo-starter-base:1.0.2'
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/
implementation ("com.github.jnoee:xo-starter-base:1.0.2")
'com.github.jnoee:xo-starter-base:jar:1.0.2'
<dependency org="com.github.jnoee" name="xo-starter-base" rev="1.0.2">
<artifact name="xo-starter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-base', version='1.0.2')
)
libraryDependencies += "com.github.jnoee" % "xo-starter-base" % "1.0.2"
[com.github.jnoee/xo-starter-base "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.4.RELEASE |
org.yaml : snakeyaml | jar | 1.19 |
commons-codec : commons-codec | jar | 1.11 |
com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | |
org.apache.httpcomponents : httpclient | jar | 4.5.6 |
org.hibernate.validator : hibernate-validator | jar | 6.0.11.Final |
io.springfox : springfox-swagger2 | jar | 2.8.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.4.RELEASE |
org.projectlombok : lombok | jar | 1.16.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |
基于spring boot构建的组件库。