| License |
License |
|---|---|
| GroupId | GroupIdorg.xenei |
| ArtifactId | ArtifactIdURIEditor |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRegular Expression URI editing suite
A suite of classes to match and edit URIs and
URI strings using regular expressions
|
| Project Organization |
Project Organizationxenei.org |
| Filename | Size |
|---|---|
| URIEditor-1.0.0.pom | |
| URIEditor-1.0.0.jar | 6 KB |
| URIEditor-1.0.0-sources.jar | 5 KB |
| URIEditor-1.0.0-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xenei/URIEditor/ -->
<dependency>
<groupId>org.xenei</groupId>
<artifactId>URIEditor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xenei/URIEditor/
implementation 'org.xenei:URIEditor:1.0.0'
// https://jarcasting.com/artifacts/org.xenei/URIEditor/
implementation ("org.xenei:URIEditor:1.0.0")
'org.xenei:URIEditor:jar:1.0.0'
<dependency org="org.xenei" name="URIEditor" rev="1.0.0">
<artifact name="URIEditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xenei', module='URIEditor', version='1.0.0')
)
libraryDependencies += "org.xenei" % "URIEditor" % "1.0.0"
[org.xenei/URIEditor "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |