is not current version
Last Version 5.3

io.activej:activej-config 2.2

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

2.2
Type

Type

jar

Download activej-config 2.2


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