| License |
License |
|---|---|
| GroupId | GroupIdcom.github.romansl |
| ArtifactId | ArtifactIdpurl |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionPure URL Builder
URL builder based on pure functional principles. No side effects. Immutable. Thread-safe. Easy to use.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| purl-1.0.pom | |
| purl-1.0.jar | 22 KB |
| purl-1.0-sources.jar | 11 KB |
| purl-1.0-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.romansl/purl/ -->
<dependency>
<groupId>com.github.romansl</groupId>
<artifactId>purl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.romansl/purl/
implementation 'com.github.romansl:purl:1.0'
// https://jarcasting.com/artifacts/com.github.romansl/purl/
implementation ("com.github.romansl:purl:1.0")
'com.github.romansl:purl:jar:1.0'
<dependency org="com.github.romansl" name="purl" rev="1.0">
<artifact name="purl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.romansl', module='purl', version='1.0')
)
libraryDependencies += "com.github.romansl" % "purl" % "1.0"
[com.github.romansl/purl "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.+ |