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