License |
License |
---|---|
GroupId | GroupIdcom.github.odiszapc |
ArtifactId | ArtifactIdnginxparser |
Last Version | Last Version0.9.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.odiszapc:nginxparser
Parses Nginx configuration files with JavaCC grammar based parser
|
Project URL |
Project URL |
Filename | Size |
---|---|
nginxparser-0.9.6.pom | |
nginxparser-0.9.6.jar | 69 KB |
nginxparser-0.9.6-sources.jar | 43 KB |
nginxparser-0.9.6-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/ -->
<dependency>
<groupId>com.github.odiszapc</groupId>
<artifactId>nginxparser</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/
implementation 'com.github.odiszapc:nginxparser:0.9.6'
// https://jarcasting.com/artifacts/com.github.odiszapc/nginxparser/
implementation ("com.github.odiszapc:nginxparser:0.9.6")
'com.github.odiszapc:nginxparser:jar:0.9.6'
<dependency org="com.github.odiszapc" name="nginxparser" rev="0.9.6">
<artifact name="nginxparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odiszapc', module='nginxparser', version='0.9.6')
)
libraryDependencies += "com.github.odiszapc" % "nginxparser" % "0.9.6"
[com.github.odiszapc/nginxparser "0.9.6"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | 4.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |