GroupId | GroupIdorg.zalando.stups |
---|---|
ArtifactId | ArtifactIdfullstop-test-support |
Version | Version0.5.0-jb-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/fullstop-test-support/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>fullstop-test-support</artifactId>
<version>0.5.0-jb-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-test-support/
implementation 'org.zalando.stups:fullstop-test-support:0.5.0-jb-4'
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-test-support/
implementation ("org.zalando.stups:fullstop-test-support:0.5.0-jb-4")
'org.zalando.stups:fullstop-test-support:jar:0.5.0-jb-4'
<dependency org="org.zalando.stups" name="fullstop-test-support" rev="0.5.0-jb-4">
<artifact name="fullstop-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='fullstop-test-support', version='0.5.0-jb-4')
)
libraryDependencies += "org.zalando.stups" % "fullstop-test-support" % "0.5.0-jb-4"
[org.zalando.stups/fullstop-test-support "0.5.0-jb-4"]