License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-starter-contract-stub-runner-jetty |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Contract Stub Runner Starter Jetty
Spring Cloud Contract Stub Runner Jetty runs wiremock stubs with "native"
jetty. Don't use this in a Spring Boot app with its own embedded container.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-contract-stub-runner-jetty</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty/
implementation 'org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty/
implementation ("org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:3.1.3")
'org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-contract-stub-runner-jetty" rev="3.1.3">
<artifact name="spring-cloud-starter-contract-stub-runner-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-contract-stub-runner-jetty', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-contract-stub-runner-jetty" % "3.1.3"
[org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-contract-stub-runner | jar | |
org.eclipse.jetty : jetty-server | jar | |
org.eclipse.jetty : jetty-servlet | jar | |
org.eclipse.jetty : jetty-servlets | jar | |
cglib : cglib | jar | 3.2.11 |
org.spockframework : spock-core | jar | 2.0-M5-groovy-3.0 |
org.spockframework : spock-spring | jar | 2.0-M5-groovy-3.0 |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-starter-web | jar |