License |
License |
---|---|
GroupId | GroupIdcom.github.sixinyiyu |
ArtifactId | ArtifactIdspring-dependency |
Last Version | Last Version0.0.4.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring foundation dependency
Spring基础依赖
|
Filename | Size |
---|---|
spring-dependency-0.0.4.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sixinyiyu/spring-dependency/ -->
<dependency>
<groupId>com.github.sixinyiyu</groupId>
<artifactId>spring-dependency</artifactId>
<version>0.0.4.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sixinyiyu/spring-dependency/
implementation 'com.github.sixinyiyu:spring-dependency:0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.sixinyiyu/spring-dependency/
implementation ("com.github.sixinyiyu:spring-dependency:0.0.4.RELEASE")
'com.github.sixinyiyu:spring-dependency:pom:0.0.4.RELEASE'
<dependency org="com.github.sixinyiyu" name="spring-dependency" rev="0.0.4.RELEASE">
<artifact name="spring-dependency" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sixinyiyu', module='spring-dependency', version='0.0.4.RELEASE')
)
libraryDependencies += "com.github.sixinyiyu" % "spring-dependency" % "0.0.4.RELEASE"
[com.github.sixinyiyu/spring-dependency "0.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-undertow | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
com.google.guava : guava | jar | 29.0-jre |
io.vavr : vavr | jar | 1.0.0-alpha-3 |
com.jayway.jsonpath : json-path Optional | jar | 2.4.0 |
org.mapstruct : mapstruct-jdk8 | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
org.mapstruct : mapstruct-processor | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |