is not current version
Last Version 2.7

org.apache.commons:commons-configuration2 2.6

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.6
Type

Type

jar

Download commons-configuration2 2.6


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