merger

Library to apply semantic merge into ASTs

Лицензия

Лицензия

Группа

Группа

org.walkmod
Идентификатор

Идентификатор

merger
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

merger
Library to apply semantic merge into ASTs
Ссылка на сайт

Ссылка на сайт

https://github.com/rpau/merger
Система контроля версий

Система контроля версий

https://github.com/rpau/merger

Скачать merger

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.5

Модули Проекта

Данный проект не имеет модулей.

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).

Версии библиотеки

Версия
1.0.1
1.0