License |
License |
---|---|
GroupId | GroupIdorg.joyqueue |
ArtifactId | ArtifactIdtoolkit |
Version | Version4.2.7 |
Type | Typepom |
Description |
DescriptionJoyQueue is a distributed cloud-native message platform with high-throughput and high-availability
which is compatible with Kafka and MQTT protocol.
|
Project Organization |
Project OrganizationJoyqueue Community |
Filename | Size |
---|---|
toolkit-4.2.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/toolkit/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>toolkit</artifactId>
<version>4.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/toolkit/
implementation 'org.joyqueue:toolkit:4.2.7'
// https://jarcasting.com/artifacts/org.joyqueue/toolkit/
implementation ("org.joyqueue:toolkit:4.2.7")
'org.joyqueue:toolkit:pom:4.2.7'
<dependency org="org.joyqueue" name="toolkit" rev="4.2.7">
<artifact name="toolkit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='toolkit', version='4.2.7')
)
libraryDependencies += "org.joyqueue" % "toolkit" % "4.2.7"
[org.joyqueue/toolkit "4.2.7"]