| Группа | Группаcom.github.zeldigas |
|---|---|
| Идентификатор | Идентификаторspring-hocon-property-source |
| Версия | Версия0.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/ -->
<dependency>
<groupId>com.github.zeldigas</groupId>
<artifactId>spring-hocon-property-source</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/
implementation 'com.github.zeldigas:spring-hocon-property-source:0.1'
// https://jarcasting.com/artifacts/com.github.zeldigas/spring-hocon-property-source/
implementation ("com.github.zeldigas:spring-hocon-property-source:0.1")
'com.github.zeldigas:spring-hocon-property-source:jar:0.1'
<dependency org="com.github.zeldigas" name="spring-hocon-property-source" rev="0.1">
<artifact name="spring-hocon-property-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zeldigas', module='spring-hocon-property-source', version='0.1')
)
libraryDependencies += "com.github.zeldigas" % "spring-hocon-property-source" % "0.1"
[com.github.zeldigas/spring-hocon-property-source "0.1"]