rl.
An RFC-3986 compliant URI library..
Here is the list of declaration for rl_2.10. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.scalatra.rl</groupId> <artifactId>rl_2.10</artifactId> <version>0.4.10</version> </dependency>
If you think this Maven repository POM file listing for rl_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:MIT
URL: http://github.com/mojolly/rl/raw/HEAD/LICENSE.
The rl_2.10-0.4.10 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Scala | scala-library 2.10.0 Standard library for the Scala Programming Language | 435 |
JUnit | junit 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1957 |
Here is the content of the POM file.
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>org.scalatra.rl</groupId> <artifactId>rl_2.10</artifactId> <packaging>jar</packaging> <description>An RFC-3986 compliant URI library.</description> <url>https://backchat.io</url> <version>0.4.10</version> <licenses> <license> <name>MIT</name> <url>http://github.com/mojolly/rl/raw/HEAD/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>rl</name> <inceptionYear>2010</inceptionYear> <organization> <name>org.scalatra.rl</name> <url>https://backchat.io</url> </organization> <scm> <connection>scm:git:git://github.com/mojolly/rl.git</connection> <developerConnection>scm:git:git@github.com:mojolly/rl.git</developerConnection> <url>https://github.com/mojolly/rl</url> </scm> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>1.14</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </project>