License |
License |
---|---|
GroupId | GroupIdcom.github.seanyinx.wing |
ArtifactId | ArtifactIdwing-spring-web |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScaffolding of microservice development
|
Filename | Size |
---|---|
wing-spring-web-1.0.6.pom | |
wing-spring-web-1.0.6.jar | 9 KB |
wing-spring-web-1.0.6-sources.jar | 4 KB |
wing-spring-web-1.0.6-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-web/ -->
<dependency>
<groupId>com.github.seanyinx.wing</groupId>
<artifactId>wing-spring-web</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-web/
implementation 'com.github.seanyinx.wing:wing-spring-web:1.0.6'
// https://jarcasting.com/artifacts/com.github.seanyinx.wing/wing-spring-web/
implementation ("com.github.seanyinx.wing:wing-spring-web:1.0.6")
'com.github.seanyinx.wing:wing-spring-web:jar:1.0.6'
<dependency org="com.github.seanyinx.wing" name="wing-spring-web" rev="1.0.6">
<artifact name="wing-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx.wing', module='wing-spring-web', version='1.0.6')
)
libraryDependencies += "com.github.seanyinx.wing" % "wing-spring-web" % "1.0.6"
[com.github.seanyinx.wing/wing-spring-web "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.seanyinx.wing : wing-spring-common | jar | 1.0.6 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.apache.httpcomponents : httpclient | jar | |
io.github.openfeign : feign-httpclient | jar | |
org.springframework.cloud : spring-cloud-starter-openfeign | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 2.23.0 |
org.assertj : assertj-core | jar | 3.18.1 |
org.springframework.boot : spring-boot-starter-log4j2 | jar | |
com.netflix.ribbon : ribbon | jar | 2.2.5 |
com.github.tomakehurst : wiremock-standalone | jar | 2.24.0 |
org.awaitility : awaitility | jar | 3.0.0 |
org.testcontainers : testcontainers | jar | 1.16.0 |
org.springframework.boot : spring-boot-starter-test | jar | |
org.projectlombok : lombok | jar | 1.18.20 |