Download url-detector-0.1.17.jar file - Jar u

Jar examples for u:url-detector

Description

A Java library to detect and normalize URLs in text

You can download jar file url-detector 0.1.17 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add url-detector-0.1.17.jar to your project.

<dependency>
   <groupId>com.linkedin.urls</groupId>
   <artifactId>url-detector</artifactId>
   <version>0.1.17</version>
</dependency>
compile group: 'com.linkedin.urls', name: 'url-detector', version: '0.1.17'
libraryDependencies += "com.linkedin.urls" % "url-detector" % "0.1.17"
<dependency org="com.linkedin.urls" name="url-detector" rev="0.1.17"/>
@Grapes(@Grab(group='com.linkedin.urls', module='url-detector', version='0.1.17'))
'com.linkedin.urls:url-detector:jar:0.1.17'

Download

Click the following link to download the jar file.

url-detector-0.1.17-javadoc.jar
url-detector-0.1.17-sources.jar
url-detector-0.1.17.jar
url-detector-0.1.17.pom



Related Tutorials