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