is not current version
Last Version 7

org.zalando.stups.build:stups-build 1

Centralized Maven configuration.

GroupId

GroupId

org.zalando.stups.build
ArtifactId

ArtifactId

stups-build
Version

Version

1
Type

Type

pom

Download stups-build 1

Filename Size
stups-build-1.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>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups.build/stups-build/
implementation 'org.zalando.stups.build:stups-build:1'
// https://jarcasting.com/artifacts/org.zalando.stups.build/stups-build/
implementation ("org.zalando.stups.build:stups-build:1")
'org.zalando.stups.build:stups-build:pom:1'
<dependency org="org.zalando.stups.build" name="stups-build" rev="1">
  <artifact name="stups-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups.build', module='stups-build', version='1')
)
libraryDependencies += "org.zalando.stups.build" % "stups-build" % "1"
[org.zalando.stups.build/stups-build "1"]