bfgex

random data from regex (java implementation of randexp)

License

License

GroupId

GroupId

br.com.six2six
ArtifactId

ArtifactId

bfgex
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

bfgex
random data from regex (java implementation of randexp)
Project URL

Project URL

https://github.com/six2six/bfgex
Source Code Management

Source Code Management

https://github.com/six2six/bfgex

Download bfgex

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
rubygems » rspec gem 3.3.0

Project Modules

There are no modules declared in this project.

regex based generation

Build Status

use like a maven dependency on your project

  <dependency>
     <groupId>br.com.six2six</groupId>
	 <artifactId>bfgex</artifactId>
	 <version>1.0</version>
   </dependency>

usage

RegexGen.of("(\w{4})(\d{3})"); //return zori873

br.com.six2six

six2six

Versions

Version
1.1.1
1.1.0
1.0