License |
License |
---|---|
GroupId | GroupIdorg.gridkit.nanoparser |
ArtifactId | ArtifactIdnanoparser-regex |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.gridkit.nanoparser::nanoparser-regex
Parser for Java regular expressions
|
Project URL |
Project URL |
Filename | Size |
---|---|
nanoparser-regex-0.2.pom | |
nanoparser-regex-0.2.jar | 17 KB |
nanoparser-regex-0.2-sources.jar | 2 KB |
nanoparser-regex-0.2-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.nanoparser/nanoparser-regex/ -->
<dependency>
<groupId>org.gridkit.nanoparser</groupId>
<artifactId>nanoparser-regex</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.nanoparser/nanoparser-regex/
implementation 'org.gridkit.nanoparser:nanoparser-regex:0.2'
// https://jarcasting.com/artifacts/org.gridkit.nanoparser/nanoparser-regex/
implementation ("org.gridkit.nanoparser:nanoparser-regex:0.2")
'org.gridkit.nanoparser:nanoparser-regex:jar:0.2'
<dependency org="org.gridkit.nanoparser" name="nanoparser-regex" rev="0.2">
<artifact name="nanoparser-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.nanoparser', module='nanoparser-regex', version='0.2')
)
libraryDependencies += "org.gridkit.nanoparser" % "nanoparser-regex" % "0.2"
[org.gridkit.nanoparser/nanoparser-regex "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.gridkit.nanoparser : nanoparser | jar | 0.2 |
org.assertj : assertj-core | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |