java-properties-parser

Parser for Java properties files

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.bacoder.parser
ArtifactId

ArtifactId

java-properties-parser
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

java-properties-parser
Parser for Java properties files
Project URL

Project URL

http://bacoder.com
Source Code Management

Source Code Management

https://github.com/tfeng/parser

Download java-properties-parser

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
${project.groupId} » core jar ${project.version}
com.google.guava : guava jar
log4j : log4j jar
org.antlr : antlr4-runtime jar

test (2)

Group / Artifact Type Version
${project.groupId} » test-util jar ${project.version}
org.testng : testng jar

Project Modules

There are no modules declared in this project.

bacoder parser & analyzer

Parser and source code analyzer for multiple programming languages

A parser and source code analyzer based on ANTLR 4 supporting multiple programming languages.

The parser builds ASTs for languages, such as Java and Java properties files, and the analyzer performs semantic analysis on the ASTs. Users of this library may extend its analyzer to perform customized analysis and optimization (by rewriting ASTs).

License

Copyright 2013 Huining (Thomas) Feng ([email protected])

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1