is not current version
Last Version 0.1.23

io.github.url-detector:url-detector 0.1.22

A Java library to detect and normalize URLs in text

GroupId

GroupId

io.github.url-detector
ArtifactId

ArtifactId

url-detector
Version

Version

0.1.22
Type

Type

jar

Download url-detector 0.1.22


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