GroupId | GroupIdio.apitestbase |
---|---|
ArtifactId | ArtifactIdapitestbase-mq |
Version | Version0.20.0 |
Type | Typejar |
Filename | Size |
---|---|
apitestbase-mq-0.20.0.pom | |
apitestbase-mq-0.20.0.jar | 7 KB |
apitestbase-mq-0.20.0-sources.jar | 5 KB |
apitestbase-mq-0.20.0-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apitestbase/apitestbase-mq/ -->
<dependency>
<groupId>io.apitestbase</groupId>
<artifactId>apitestbase-mq</artifactId>
<version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.apitestbase/apitestbase-mq/
implementation 'io.apitestbase:apitestbase-mq:0.20.0'
// https://jarcasting.com/artifacts/io.apitestbase/apitestbase-mq/
implementation ("io.apitestbase:apitestbase-mq:0.20.0")
'io.apitestbase:apitestbase-mq:jar:0.20.0'
<dependency org="io.apitestbase" name="apitestbase-mq" rev="0.20.0">
<artifact name="apitestbase-mq" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apitestbase', module='apitestbase-mq', version='0.20.0')
)
libraryDependencies += "io.apitestbase" % "apitestbase-mq" % "0.20.0"
[io.apitestbase/apitestbase-mq "0.20.0"]