Spartan

A base library for Java source code analysis

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spartan
A base library for Java source code analysis
Ссылка на сайт

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

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

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

https://github.com/SpartanRefactoring/spartan

Скачать spartan

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.eclipse.jdt : org.eclipse.jdt.annotation jar 2.0.0
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12

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

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

Spartan Build Status Maven Central

Spartan is a collection of tools designed to assist with Java source code analysis and manipulation. It is the basis for the Spartan Refactoring Eclipse plugin.

Obtaining the library

The library is available in Maven Central, so you can easily embed it in your projects.

Maven

For Maven projects, add this to your pom.xml:

<dependencies>
    <dependency>
        <groupId>il.org.spartan</groupId>
        <artifactId>spartan</artifactId>
        <version>1.0</version>
    </dependency>
    ...
</dependencies>

Gradle

For Gradle projects, add this to your build.gradle:

compile 'il.org.spartan:spartan:1.0'

Compiling from source

To compile the library from source, clone this repository to your local computer and run:

mvn package

Then, include the generated .jar file in your project.

License

This library is an open source project and is available under the MIT License

il.org.spartan

IL.ORG.SPARTAN

Nano patterns, spartan programming, fluent API and more

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

Версия
1.0