io.github.url-detector:url-detector

A Java library to detect and normalize URLs in text

License

License

GroupId

GroupId

io.github.url-detector
ArtifactId

ArtifactId

url-detector
Last Version

Last Version

0.1.23
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.url-detector:url-detector
A Java library to detect and normalize URLs in text
Project URL

Project URL

https://github.com/URL-Detector/URL-Detector
Source Code Management

Source Code Management

https://github.com/url-detector/URL-Detector/tree/master

Download url-detector

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.url-detector/url-detector/ -->
<dependency>
    <groupId>io.github.url-detector</groupId>
    <artifactId>url-detector</artifactId>
    <version>0.1.23</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.url-detector/url-detector/
implementation 'io.github.url-detector:url-detector:0.1.23'
// https://jarcasting.com/artifacts/io.github.url-detector/url-detector/
implementation ("io.github.url-detector:url-detector:0.1.23")
'io.github.url-detector:url-detector:jar:0.1.23'
<dependency org="io.github.url-detector" name="url-detector" rev="0.1.23">
  <artifact name="url-detector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.url-detector', module='url-detector', version='0.1.23')
)
libraryDependencies += "io.github.url-detector" % "url-detector" % "0.1.23"
[io.github.url-detector/url-detector "0.1.23"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.1

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.23
0.1.22
0.1.21
0.1.20