Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.zalando.spring |
ArtifactId | ArtifactIdfahrschein-spring-boot-starter-parent |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
fahrschein-spring-boot-starter-parent-0.0.4.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-parent/ -->
<dependency>
<groupId>org.zalando.spring</groupId>
<artifactId>fahrschein-spring-boot-starter-parent</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-parent/
implementation 'org.zalando.spring:fahrschein-spring-boot-starter-parent:0.0.4'
// https://jarcasting.com/artifacts/org.zalando.spring/fahrschein-spring-boot-starter-parent/
implementation ("org.zalando.spring:fahrschein-spring-boot-starter-parent:0.0.4")
'org.zalando.spring:fahrschein-spring-boot-starter-parent:pom:0.0.4'
<dependency org="org.zalando.spring" name="fahrschein-spring-boot-starter-parent" rev="0.0.4">
<artifact name="fahrschein-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.spring', module='fahrschein-spring-boot-starter-parent', version='0.0.4')
)
libraryDependencies += "org.zalando.spring" % "fahrschein-spring-boot-starter-parent" % "0.0.4"
[org.zalando.spring/fahrschein-spring-boot-starter-parent "0.0.4"]