Last Version

javaparser 1.0.11

This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.

Categories

Categories

JavaParser Development Tools Development Libraries
GroupId

GroupId

com.google.code.javaparser
ArtifactId

ArtifactId

javaparser
Version

Version

1.0.11
Type

Type

jar
Description

Description

javaparser
This package contains a Java 1.7 Parser with AST generation and visitor support. The AST records the source code structure, javadoc and comments. Soon will be possible change the AST nodes or create new ones to modify source code like refactoring. This parser is based on Sreenivasa Viswanadha Java 1.5 parser.
Project URL

Project URL

http://code.google.com/p/javaparser/
Source Code Management

Source Code Management

https://github.com/before/javaparser.git

Download javaparser 1.0.11


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.