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

com.purej:purej-cfg 1.0

A small library that allows easy and type-safe access to configuration properties

Группа

Группа

com.purej
Идентификатор

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

purej-cfg
Версия

Версия

1.0
Тип

Тип

jar

Скачать purej-cfg 1.0


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