is not current version
Last Version 5.3

io.activej:activej-config 1.1

A useful extension for properties files

Categories

Categories

config Application Layer Libs Configuration ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-config
Version

Version

1.1
Type

Type

jar

Download activej-config 1.1


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