Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.zalando.spring |
ArtifactId | ArtifactIdfahrschein-spring-boot-starter-it |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-it/ -->
<dependency>
<groupId>org.zalando.spring</groupId>
<artifactId>fahrschein-spring-boot-starter-it</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-it/
implementation 'org.zalando.spring:fahrschein-spring-boot-starter-it:0.0.9'
// https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-it/
implementation ("org.zalando.spring:fahrschein-spring-boot-starter-it:0.0.9")
'org.zalando.spring:fahrschein-spring-boot-starter-it:jar:0.0.9'
<dependency org="org.zalando.spring" name="fahrschein-spring-boot-starter-it" rev="0.0.9">
<artifact name="fahrschein-spring-boot-starter-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.spring', module='fahrschein-spring-boot-starter-it', version='0.0.9')
)
libraryDependencies += "org.zalando.spring" % "fahrschein-spring-boot-starter-it" % "0.0.9"
[org.zalando.spring/fahrschein-spring-boot-starter-it "0.0.9"]