| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаorg.joyqueue |
| Идентификатор | Идентификаторjoyqueue-data-repository-api |
| Версия | Версия4.2.5.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-data-repository-api/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-data-repository-api</artifactId>
<version>4.2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-data-repository-api/
implementation 'org.joyqueue:joyqueue-data-repository-api:4.2.5.2'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-data-repository-api/
implementation ("org.joyqueue:joyqueue-data-repository-api:4.2.5.2")
'org.joyqueue:joyqueue-data-repository-api:jar:4.2.5.2'
<dependency org="org.joyqueue" name="joyqueue-data-repository-api" rev="4.2.5.2">
<artifact name="joyqueue-data-repository-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-data-repository-api', version='4.2.5.2')
)
libraryDependencies += "org.joyqueue" % "joyqueue-data-repository-api" % "4.2.5.2"
[org.joyqueue/joyqueue-data-repository-api "4.2.5.2"]