| Categories | CategoriesJetty Container Application Servers | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-starter-contract-stub-runner-jetty | 
| Version | Version2.1.5.RELEASE | 
| Type | Typejar | 
<!-- 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>2.1.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:2.1.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:2.1.5.RELEASE")'org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:jar:2.1.5.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-starter-contract-stub-runner-jetty" rev="2.1.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='2.1.5.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-contract-stub-runner-jetty" % "2.1.5.RELEASE"[org.springframework.cloud/spring-cloud-starter-contract-stub-runner-jetty "2.1.5.RELEASE"]