is not current version
Last Version 3.1.3

org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty 1.0.5.RELEASE

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.

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-starter-contract-stub-runner-jetty
Version

Version

1.0.5.RELEASE
Type

Type

jar

Download spring-cloud-starter-contract-stub-runner-jetty 1.0.5.RELEASE


<!-- 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>1.0.5.RELEASE</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:1.0.5.RELEASE'
// 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:1.0.5.RELEASE")
'org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:jar:1.0.5.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-contract-stub-runner-jetty" rev="1.0.5.RELEASE">
  <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='1.0.5.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-contract-stub-runner-jetty" % "1.0.5.RELEASE"
[org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty "1.0.5.RELEASE"]