Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.joyqueue |
ArtifactId | ArtifactIdjoyqueue-datasource |
Version | Version4.2.4-RC2 |
Type | Typepom |
Filename | Size |
---|---|
joyqueue-datasource-4.2.4-RC2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-datasource/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-datasource</artifactId>
<version>4.2.4-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-datasource/
implementation 'org.joyqueue:joyqueue-datasource:4.2.4-RC2'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-datasource/
implementation ("org.joyqueue:joyqueue-datasource:4.2.4-RC2")
'org.joyqueue:joyqueue-datasource:pom:4.2.4-RC2'
<dependency org="org.joyqueue" name="joyqueue-datasource" rev="4.2.4-RC2">
<artifact name="joyqueue-datasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-datasource', version='4.2.4-RC2')
)
libraryDependencies += "org.joyqueue" % "joyqueue-datasource" % "4.2.4-RC2"
[org.joyqueue/joyqueue-datasource "4.2.4-RC2"]