Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.thisxulz |
ArtifactId | ArtifactIdredmq-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
redmq-client-0.0.3.pom | |
redmq-client-0.0.3.jar | 19 KB |
redmq-client-0.0.3-sources.jar | 12 KB |
redmq-client-0.0.3-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thisxulz/redmq-client/ -->
<dependency>
<groupId>com.github.thisxulz</groupId>
<artifactId>redmq-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thisxulz/redmq-client/
implementation 'com.github.thisxulz:redmq-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.thisxulz/redmq-client/
implementation ("com.github.thisxulz:redmq-client:0.0.3")
'com.github.thisxulz:redmq-client:jar:0.0.3'
<dependency org="com.github.thisxulz" name="redmq-client" rev="0.0.3">
<artifact name="redmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thisxulz', module='redmq-client', version='0.0.3')
)
libraryDependencies += "com.github.thisxulz" % "redmq-client" % "0.0.3"
[com.github.thisxulz/redmq-client "0.0.3"]