Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.zalando.stups |
ArtifactId | ArtifactIdfullstop-keypair-plugin |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando.stups/fullstop-keypair-plugin/ -->
<dependency>
<groupId>org.zalando.stups</groupId>
<artifactId>fullstop-keypair-plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-keypair-plugin/
implementation 'org.zalando.stups:fullstop-keypair-plugin:1.0.1'
// https://jarcasting.com/artifacts/org.zalando.stups/fullstop-keypair-plugin/
implementation ("org.zalando.stups:fullstop-keypair-plugin:1.0.1")
'org.zalando.stups:fullstop-keypair-plugin:jar:1.0.1'
<dependency org="org.zalando.stups" name="fullstop-keypair-plugin" rev="1.0.1">
<artifact name="fullstop-keypair-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.stups', module='fullstop-keypair-plugin', version='1.0.1')
)
libraryDependencies += "org.zalando.stups" % "fullstop-keypair-plugin" % "1.0.1"
[org.zalando.stups/fullstop-keypair-plugin "1.0.1"]