| License |
License |
|---|---|
| GroupId | GroupIdcom.jillesvangurp |
| ArtifactId | ArtifactIdurlbuilder |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionurlbuilder
Simple class to help construct urls.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| urlbuilder-1.1.pom | |
| urlbuilder-1.1.jar | 6 KB |
| urlbuilder-1.1-sources.jar | 3 KB |
| urlbuilder-1.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jillesvangurp/urlbuilder/ -->
<dependency>
<groupId>com.jillesvangurp</groupId>
<artifactId>urlbuilder</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jillesvangurp/urlbuilder/
implementation 'com.jillesvangurp:urlbuilder:1.1'
// https://jarcasting.com/artifacts/com.jillesvangurp/urlbuilder/
implementation ("com.jillesvangurp:urlbuilder:1.1")
'com.jillesvangurp:urlbuilder:jar:1.1'
<dependency org="com.jillesvangurp" name="urlbuilder" rev="1.1">
<artifact name="urlbuilder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jillesvangurp', module='urlbuilder', version='1.1')
)
libraryDependencies += "com.jillesvangurp" % "urlbuilder" % "1.1"
[com.jillesvangurp/urlbuilder "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8 |
| org.hamcrest : hamcrest-all | jar | 1.3 |