com.github.robert2411:rule-checker-core

A simpel rule checker for java

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

A simpel rule checker for java

Скачать rule-checker-core

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.11.3

test (1)

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

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

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

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