не последняя версия
Последняя версия 2.0.5

org.refcodes:refcodes-configuration 1.2.5

This artifact provides means to read configuration data from various different locations such as properties from JAR files, file system files or remote HTTP addresses or GIT repositories.

Категории

Категории

Configuration Библиотеки уровня приложения config
Группа

Группа

org.refcodes
Идентификатор

Идентификатор

refcodes-configuration
Версия

Версия

1.2.5
Тип

Тип

jar

Скачать refcodes-configuration 1.2.5


<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/ -->
<dependency>
    <groupId>org.refcodes</groupId>
    <artifactId>refcodes-configuration</artifactId>
    <version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/
implementation 'org.refcodes:refcodes-configuration:1.2.5'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-configuration/
implementation ("org.refcodes:refcodes-configuration:1.2.5")
'org.refcodes:refcodes-configuration:jar:1.2.5'
<dependency org="org.refcodes" name="refcodes-configuration" rev="1.2.5">
  <artifact name="refcodes-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-configuration', version='1.2.5')
)
libraryDependencies += "org.refcodes" % "refcodes-configuration" % "1.2.5"
[org.refcodes/refcodes-configuration "1.2.5"]