jar

com.sauloaraujo : url-detector

Maven & Gradle

Mar 27, 2017
1 usages
0 stars

com.sauloaraujo:url-detector · A Java library to detect and normalize URLs in text

Table Of Contents

Latest Version

Download com.sauloaraujo : url-detector JAR file - Latest Versions:

All Versions

Download com.sauloaraujo : url-detector JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window url-detector-0.1.17.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.linkedin.urls.detection

├─ com.linkedin.urls.detection.CharUtils.class - [JAR]

├─ com.linkedin.urls.detection.DomainNameReader.class - [JAR]

├─ com.linkedin.urls.detection.InputTextReader.class - [JAR]

├─ com.linkedin.urls.detection.UrlDetector.class - [JAR]

├─ com.linkedin.urls.detection.UrlDetectorOptions.class - [JAR]

com.linkedin.urls

├─ com.linkedin.urls.HostNormalizer.class - [JAR]

├─ com.linkedin.urls.NormalizedUrl.class - [JAR]

├─ com.linkedin.urls.PathNormalizer.class - [JAR]

├─ com.linkedin.urls.Url.class - [JAR]

├─ com.linkedin.urls.UrlMarker.class - [JAR]

├─ com.linkedin.urls.UrlPart.class - [JAR]

├─ com.linkedin.urls.UrlUtil.class - [JAR]

Advertisement