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