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