Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdio.openmessaging |
ArtifactId | ArtifactIdopenmessaging-api-samples |
Version | Version0.1.0-alpha |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.openmessaging/openmessaging-api-samples/ -->
<dependency>
<groupId>io.openmessaging</groupId>
<artifactId>openmessaging-api-samples</artifactId>
<version>0.1.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.openmessaging/openmessaging-api-samples/
implementation 'io.openmessaging:openmessaging-api-samples:0.1.0-alpha'
// https://jarcasting.com/artifacts/io.openmessaging/openmessaging-api-samples/
implementation ("io.openmessaging:openmessaging-api-samples:0.1.0-alpha")
'io.openmessaging:openmessaging-api-samples:jar:0.1.0-alpha'
<dependency org="io.openmessaging" name="openmessaging-api-samples" rev="0.1.0-alpha">
<artifact name="openmessaging-api-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openmessaging', module='openmessaging-api-samples', version='0.1.0-alpha')
)
libraryDependencies += "io.openmessaging" % "openmessaging-api-samples" % "0.1.0-alpha"
[io.openmessaging/openmessaging-api-samples "0.1.0-alpha"]