Skip to main content

Overview

Scala URL Detector is a Scala library that detects and extracts URLs from text. It is based on the fork of LinkedIn Engineering team's open-source library in the following repository.

Installation

To use the latest release of Scala URL Detector in your project add the following to your build.sbt file:

libraryDependencies += "io.lambdaworks" %% "scurl-detector" % "1.1.0"