rule checker

A simpel rule checker for java

License

License

GroupId

GroupId

com.github.robert2411
ArtifactId

ArtifactId

rule-checker
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

rule checker
A simpel rule checker for java
Project URL

Project URL

https://github.com/robert2411/rule-checker
Source Code Management

Source Code Management

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

Download rule-checker

Filename Size
rule-checker-0.2.0.pom 9 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
0.2.0
0.1.0