com.github.robert2411:rule-checker-core

A simpel rule checker for java

License

License

GroupId

GroupId

com.github.robert2411
ArtifactId

ArtifactId

rule-checker-core
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

A simpel rule checker for java

Download rule-checker-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.2.0
0.1.0