| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.stackify |
| ArtifactId | ArtifactIdapache-config |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionApache config parser
A simple parser for Apache httpd config files
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| apache-config-1.0.0.pom | |
| apache-config-1.0.0.jar | 5 KB |
| apache-config-1.0.0-sources.jar | 3 KB |
| apache-config-1.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.stackify/apache-config/ -->
<dependency>
<groupId>com.stackify</groupId>
<artifactId>apache-config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stackify/apache-config/
implementation 'com.stackify:apache-config:1.0.0'
// https://jarcasting.com/artifacts/com.stackify/apache-config/
implementation ("com.stackify:apache-config:1.0.0")
'com.stackify:apache-config:jar:1.0.0'
<dependency org="com.stackify" name="apache-config" rev="1.0.0">
<artifact name="apache-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stackify', module='apache-config', version='1.0.0')
)
libraryDependencies += "com.stackify" % "apache-config" % "1.0.0"
[com.stackify/apache-config "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |