JRegexp
The java/swing GUI application to check regexp expressions.
License |
License |
---|---|
GroupId | GroupIdcom.github.javadev |
ArtifactId | ArtifactIdjregexp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJRegExp application
The swing applicationn to check regexp expressios
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jregexp-1.0.pom | |
jregexp-1.0.jar | 12 KB |
jregexp-1.0-sources.jar | 6 KB |
jregexp-1.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javadev/jregexp/ -->
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>jregexp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javadev/jregexp/
implementation 'com.github.javadev:jregexp:1.0'
// https://jarcasting.com/artifacts/com.github.javadev/jregexp/
implementation ("com.github.javadev:jregexp:1.0")
'com.github.javadev:jregexp:jar:1.0'
<dependency org="com.github.javadev" name="jregexp" rev="1.0">
<artifact name="jregexp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javadev', module='jregexp', version='1.0')
)
libraryDependencies += "com.github.javadev" % "jregexp" % "1.0"
[com.github.javadev/jregexp "1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.swing-layout : swing-layout | jar | 1.0 |
The java/swing GUI application to check regexp expressions.