merger

Library to apply semantic merge into ASTs

License

License

GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

merger
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

merger
Library to apply semantic merge into ASTs
Project URL

Project URL

https://github.com/rpau/merger
Source Code Management

Source Code Management

https://github.com/rpau/merger

Download merger

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.5

Project Modules

There are no modules declared in this project.

merger (built 4 walkmod)

Semantic merge into Java objects

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

This franmework is used by walkmod to merge source files (ASTs).

Versions

Version
1.0.1
1.0