rewrite-core

Pluggable and distributed refactoring tool for Java source code

License

License

Categories

Categories

Net
GroupId

GroupId

com.netflix.devinsight.rewrite
ArtifactId

ArtifactId

rewrite-core
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

rewrite-core
Pluggable and distributed refactoring tool for Java source code
Project URL

Project URL

https://github.com/Netflix-Skunkworks/rewrite
Source Code Management

Source Code Management

https://github.com/Netflix-Skunkworks/rewrite.git

Download rewrite-core

How to add to project

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

Dependencies

compile (13)

Group / Artifact Type Version
eu.infomas : annotation-detector jar 3.0.5
org.slf4j : slf4j-api jar 1.7.25
commons-lang : commons-lang jar 2.6
org.jetbrains.kotlin : kotlin-reflect jar 1.1.2
com.koloboke : koloboke-api-jdk8 jar 1.0.0
com.koloboke : koloboke-impl-jdk8 jar 1.0.0
com.fasterxml.jackson.core : jackson-databind Optional jar 2.8.7
com.fasterxml.jackson.core : jackson-annotations jar 2.8.0
org.ow2.asm : asm jar 7.0
org.ow2.asm : asm-util jar 7.0
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.1.2
org.eclipse.jgit : org.eclipse.jgit jar 4.4.1.201607150455-r
org.antlr : antlr4 jar 4.7

Project Modules

There are no modules declared in this project.

Rewrite - Distributed Java Source Refactoring

NOTE: This project has moved to openrewrite and is no longer maintained here!

The Rewrite project is a refactoring tool for Java source code. It contains a custom Abstract Syntax Tree (AST) supporting Java 8 language features that encodes the structure and formatting of your source code. The AST is printable to reconstitute the source code, including its original formatting.

License

Copyright 2015-2016 Netflix, Inc.

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.

com.netflix.devinsight.rewrite

Versions

Version
1.4.0
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.19.0
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0