| Группа | Группаjpox |
|---|---|
| Идентификатор | Идентификаторjpox-thirdparty |
| Версия | Версия1.2.0-beta-3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jpox-thirdparty-1.2.0-beta-3.pom | |
| jpox-thirdparty-1.2.0-beta-3.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/jpox/jpox-thirdparty/ -->
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-thirdparty</artifactId>
<version>1.2.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/jpox/jpox-thirdparty/
implementation 'jpox:jpox-thirdparty:1.2.0-beta-3'
// https://jarcasting.com/artifacts/jpox/jpox-thirdparty/
implementation ("jpox:jpox-thirdparty:1.2.0-beta-3")
'jpox:jpox-thirdparty:jar:1.2.0-beta-3'
<dependency org="jpox" name="jpox-thirdparty" rev="1.2.0-beta-3">
<artifact name="jpox-thirdparty" type="jar" />
</dependency>
@Grapes(
@Grab(group='jpox', module='jpox-thirdparty', version='1.2.0-beta-3')
)
libraryDependencies += "jpox" % "jpox-thirdparty" % "1.2.0-beta-3"
[jpox/jpox-thirdparty "1.2.0-beta-3"]