GroupId | GroupIdcom.github.onepiecex |
---|---|
ArtifactId | ArtifactIdmq-aliyun-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
mq-aliyun-core-1.0.pom | |
mq-aliyun-core-1.0.jar | 2 KB |
mq-aliyun-core-1.0-sources.jar | 1 KB |
mq-aliyun-core-1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.onepiecex/mq-aliyun-core/ -->
<dependency>
<groupId>com.github.onepiecex</groupId>
<artifactId>mq-aliyun-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onepiecex/mq-aliyun-core/
implementation 'com.github.onepiecex:mq-aliyun-core:1.0'
// https://jarcasting.com/artifacts/com.github.onepiecex/mq-aliyun-core/
implementation ("com.github.onepiecex:mq-aliyun-core:1.0")
'com.github.onepiecex:mq-aliyun-core:jar:1.0'
<dependency org="com.github.onepiecex" name="mq-aliyun-core" rev="1.0">
<artifact name="mq-aliyun-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onepiecex', module='mq-aliyun-core', version='1.0')
)
libraryDependencies += "com.github.onepiecex" % "mq-aliyun-core" % "1.0"
[com.github.onepiecex/mq-aliyun-core "1.0"]