| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаio.nxnet.commons |
| Идентификатор | Идентификаторnxnet-commons |
| Версия | Версия0.1.0-RC10 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| nxnet-commons-0.1.0-RC10.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.nxnet.commons/nxnet-commons/ -->
<dependency>
<groupId>io.nxnet.commons</groupId>
<artifactId>nxnet-commons</artifactId>
<version>0.1.0-RC10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.nxnet.commons/nxnet-commons/
implementation 'io.nxnet.commons:nxnet-commons:0.1.0-RC10'
// https://jarcasting.com/artifacts/io.nxnet.commons/nxnet-commons/
implementation ("io.nxnet.commons:nxnet-commons:0.1.0-RC10")
'io.nxnet.commons:nxnet-commons:pom:0.1.0-RC10'
<dependency org="io.nxnet.commons" name="nxnet-commons" rev="0.1.0-RC10">
<artifact name="nxnet-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nxnet.commons', module='nxnet-commons', version='0.1.0-RC10')
)
libraryDependencies += "io.nxnet.commons" % "nxnet-commons" % "0.1.0-RC10"
[io.nxnet.commons/nxnet-commons "0.1.0-RC10"]