Download urlbuilder-1.1.jar file - Jar u

Jar examples for u:urlbuilder

Description

Create and modify URLs and URL parameters easily, with a builder class.

You can download jar file urlbuilder 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add urlbuilder-1.1.jar to your project.

<dependency>
   <groupId>com.jillesvangurp</groupId>
   <artifactId>urlbuilder</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.jillesvangurp', name: 'urlbuilder', version: '1.1'
libraryDependencies += "com.jillesvangurp" % "urlbuilder" % "1.1"
<dependency org="com.jillesvangurp" name="urlbuilder" rev="1.1"/>
@Grapes(@Grab(group='com.jillesvangurp', module='urlbuilder', version='1.1'))
'com.jillesvangurp:urlbuilder:jar:1.1'

Download

Click the following link to download the jar file.

urlbuilder-1.1-javadoc.jar
urlbuilder-1.1-sources.jar
urlbuilder-1.1.jar
urlbuilder-1.1.pom



Related Tutorials