Jegex-Validator

This project provides a simple annotation processor to show, that the java annotation processing mechanism is able to validate existing annotated code. In particular, this processor will validate annotated Strings which will be used as regular expressions. A regex is valid if it is compilable and if it matches user defined fixtures on the annotation level.

Лицензия

Лицензия

Группа

Группа

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

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

jegex-validator
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jegex-Validator
This project provides a simple annotation processor to show, that the java annotation processing mechanism is able to validate existing annotated code. In particular, this processor will validate annotated Strings which will be used as regular expressions. A regex is valid if it is compilable and if it matches user defined fixtures on the annotation level.
Ссылка на сайт

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

https://github.com/dhaeb/Jegex-Validator
Система контроля версий

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

https://github.com/dhaeb/Jegex-Validator

Скачать jegex-validator

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.springframework : spring-core jar 4.0.5.RELEASE

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

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

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

Версия
0.0.2
0.0.1