j

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
Apache License, Version 2.0
Dan Häberlein
Files download
File Operation
jegex-validator-0.0.2.jar download
jegex-validator-0.0.2.pom download
jegex-validator-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.dhaeb</groupId>
  <artifactId>jegex-validator</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.dhaeb:jegex-validator:0.0.2'
Gradle Kotlin
implementation("com.github.dhaeb:jegex-validator:0.0.2")
Scala SBT
libraryDependencies += "com.github.dhaeb" % "jegex-validator" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dhaeb', module='jegex-validator', version='0.0.2')
)
Apache Ivy
<dependency org="com.github.dhaeb" name="jegex-validator" rev="0.0.2" />
Leiningen
[com.github.dhaeb/jegex-validator "0.0.2"]
Apache Buildr
'com.github.dhaeb:jegex-validator:jar:0.0.2'