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