rule checker

A simpel rule checker for java

Лицензия

Лицензия

Группа

Группа

com.github.robert2411
Идентификатор

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

rule-checker
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

rule checker
A simpel rule checker for java
Ссылка на сайт

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

https://github.com/robert2411/rule-checker
Система контроля версий

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

https://github.com/robert2411/rule-checker

Скачать rule-checker

Имя Файла Размер
rule-checker-0.2.0.pom 9 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.github.robert2411/rule-checker/ -->
<dependency>
    <groupId>com.github.robert2411</groupId>
    <artifactId>rule-checker</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/rule-checker/
implementation 'com.github.robert2411:rule-checker:0.2.0'
// https://jarcasting.com/artifacts/com.github.robert2411/rule-checker/
implementation ("com.github.robert2411:rule-checker:0.2.0")
'com.github.robert2411:rule-checker:pom:0.2.0'
<dependency org="com.github.robert2411" name="rule-checker" rev="0.2.0">
  <artifact name="rule-checker" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='rule-checker', version='0.2.0')
)
libraryDependencies += "com.github.robert2411" % "rule-checker" % "0.2.0"
[com.github.robert2411/rule-checker "0.2.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • rule-checker-core
  • rule-checker-maven-plugin
  • rule-checker-test

Maven Publish Maven Central

Rule-Checker

This project is a simple rule checker for (maven) projects. The idea is that you can write a simple ruleset (regex) with some basic rules

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

mvn clean test

Built With

  • Maven - Dependency Management

Contributing

Versioning

Authors

  • Robert Stevens - Initial work -

See also the list of contributors who participated in this project.

License

Acknowledgments

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

Версия
0.2.0
0.1.0