is not current version
Last Version 1.0.2

com.github.mifmif:generex 1.0.1

Generex A Java Library for regex to Strings generation

GroupId

GroupId

com.github.mifmif
ArtifactId

ArtifactId

generex
Version

Version

1.0.1
Type

Type

jar

Download generex 1.0.1


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