bfgex

random data from regex (java implementation of randexp)

Лицензия

Лицензия

Группа

Группа

br.com.six2six
Идентификатор

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

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

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

bfgex
random data from regex (java implementation of randexp)
Ссылка на сайт

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

https://github.com/six2six/bfgex
Система контроля версий

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

https://github.com/six2six/bfgex

Скачать bfgex

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
rubygems » rspec gem 3.3.0

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

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

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

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

Версия
1.1.1
1.1.0
1.0