GroupId | GroupIdorg.joyqueue |
---|---|
ArtifactId | ArtifactIddoc |
Version | Version4.2.5.3 |
Type | Typejar |
Filename | Size |
---|---|
doc-4.2.5.3.pom | |
doc-4.2.5.3.jar | 28 KB |
doc-4.2.5.3-sources.jar | 18 KB |
doc-4.2.5.3-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/doc/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>doc</artifactId>
<version>4.2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/doc/
implementation 'org.joyqueue:doc:4.2.5.3'
// https://jarcasting.com/artifacts/org.joyqueue/doc/
implementation ("org.joyqueue:doc:4.2.5.3")
'org.joyqueue:doc:jar:4.2.5.3'
<dependency org="org.joyqueue" name="doc" rev="4.2.5.3">
<artifact name="doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='doc', version='4.2.5.3')
)
libraryDependencies += "org.joyqueue" % "doc" % "4.2.5.3"
[org.joyqueue/doc "4.2.5.3"]