Categories |
CategoriesData |
---|---|
GroupId | GroupIdit.bz.opendatahub.alpinebits |
ArtifactId | ArtifactIdexamples-handshaking |
Version | Version2.1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-handshaking/ -->
<dependency>
<groupId>it.bz.opendatahub.alpinebits</groupId>
<artifactId>examples-handshaking</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-handshaking/
implementation 'it.bz.opendatahub.alpinebits:examples-handshaking:2.1.0'
// https://jarcasting.com/artifacts/it.bz.opendatahub.alpinebits/examples-handshaking/
implementation ("it.bz.opendatahub.alpinebits:examples-handshaking:2.1.0")
'it.bz.opendatahub.alpinebits:examples-handshaking:war:2.1.0'
<dependency org="it.bz.opendatahub.alpinebits" name="examples-handshaking" rev="2.1.0">
<artifact name="examples-handshaking" type="war" />
</dependency>
@Grapes(
@Grab(group='it.bz.opendatahub.alpinebits', module='examples-handshaking', version='2.1.0')
)
libraryDependencies += "it.bz.opendatahub.alpinebits" % "examples-handshaking" % "2.1.0"
[it.bz.opendatahub.alpinebits/examples-handshaking "2.1.0"]