GroupId | GroupIdcom.github.thisxulz |
---|---|
ArtifactId | ArtifactIdredmq |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
redmq-0.0.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thisxulz/redmq/ -->
<dependency>
<groupId>com.github.thisxulz</groupId>
<artifactId>redmq</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thisxulz/redmq/
implementation 'com.github.thisxulz:redmq:0.0.2'
// https://jarcasting.com/artifacts/com.github.thisxulz/redmq/
implementation ("com.github.thisxulz:redmq:0.0.2")
'com.github.thisxulz:redmq:pom:0.0.2'
<dependency org="com.github.thisxulz" name="redmq" rev="0.0.2">
<artifact name="redmq" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thisxulz', module='redmq', version='0.0.2')
)
libraryDependencies += "com.github.thisxulz" % "redmq" % "0.0.2"
[com.github.thisxulz/redmq "0.0.2"]