| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.krraghavan |
| Идентификатор | Идентификаторxeger |
| Версия | Версия1.0.0-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеXeger
Small library, producing random text matching arbitrary regular expressions.
This fork is deployed to Maven central to make it available.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xeger-1.0.0-RELEASE.pom | |
| xeger-1.0.0-RELEASE.jar | 5 KB |
| xeger-1.0.0-RELEASE-sources.jar | 4 KB |
| xeger-1.0.0-RELEASE-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.krraghavan/xeger/ -->
<dependency>
<groupId>com.github.krraghavan</groupId>
<artifactId>xeger</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krraghavan/xeger/
implementation 'com.github.krraghavan:xeger:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.krraghavan/xeger/
implementation ("com.github.krraghavan:xeger:1.0.0-RELEASE")
'com.github.krraghavan:xeger:jar:1.0.0-RELEASE'
<dependency org="com.github.krraghavan" name="xeger" rev="1.0.0-RELEASE">
<artifact name="xeger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krraghavan', module='xeger', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.krraghavan" % "xeger" % "1.0.0-RELEASE"
[com.github.krraghavan/xeger "1.0.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| dk.brics.automaton : automaton | jar | 1.11-8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |
| org.mockito : mockito-all | jar | 1.8.0 |
| org.hamcrest : hamcrest-all | jar | 1.1 |