is not current version
Last Version 7

org.zalando.stups.build:stups-build 5

Centralized Maven configuration.

GroupId

GroupId

org.zalando.stups.build
ArtifactId

ArtifactId

stups-build
Version

Version

5
Type

Type

pom

Download stups-build 5

Filename Size
stups-build-5.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.zalando.stups.build/stups-build/ -->
<dependency>
    <groupId>org.zalando.stups.build</groupId>
    <artifactId>stups-build</artifactId>
    <version>5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups.build/stups-build/
implementation 'org.zalando.stups.build:stups-build:5'
// https://jarcasting.com/artifacts/org.zalando.stups.build/stups-build/
implementation ("org.zalando.stups.build:stups-build:5")
'org.zalando.stups.build:stups-build:pom:5'
<dependency org="org.zalando.stups.build" name="stups-build" rev="5">
  <artifact name="stups-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups.build', module='stups-build', version='5')
)
libraryDependencies += "org.zalando.stups.build" % "stups-build" % "5"
[org.zalando.stups.build/stups-build "5"]