GroupId | GroupIdio.cloudslang |
---|---|
ArtifactId | ArtifactIdqueue |
Version | Version0.3.31 |
Type | Typepom |
Filename | Size |
---|---|
queue-0.3.31.pom | 931 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudslang/queue/ -->
<dependency>
<groupId>io.cloudslang</groupId>
<artifactId>queue</artifactId>
<version>0.3.31</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudslang/queue/
implementation 'io.cloudslang:queue:0.3.31'
// https://jarcasting.com/artifacts/io.cloudslang/queue/
implementation ("io.cloudslang:queue:0.3.31")
'io.cloudslang:queue:pom:0.3.31'
<dependency org="io.cloudslang" name="queue" rev="0.3.31">
<artifact name="queue" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudslang', module='queue', version='0.3.31')
)
libraryDependencies += "io.cloudslang" % "queue" % "0.3.31"
[io.cloudslang/queue "0.3.31"]