is not current version
Last Version 0.4.10

org.jwall:apache-config 0.4.8

A Java library for reading Apache httpd configuration files

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.jwall
ArtifactId

ArtifactId

apache-config
Version

Version

0.4.8
Type

Type

jar

Download apache-config 0.4.8


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