is not current version
Last Version 2.7

org.apache.commons:commons-configuration2 2.1.1

Tools to assist in the reading of configuration/preferences files in various formats

Categories

Categories

Configuration Application Layer Libs config
GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-configuration2
Version

Version

2.1.1
Type

Type

jar

Download commons-configuration2 2.1.1


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