jcabi-urn

URN

License

License

BSD
GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-urn
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

jcabi-urn
URN
Project URL

Project URL

http://www.jcabi.com/jcabi-urn
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/jcabi/jcabi-urn

Download jcabi-urn

How to add to project

<!-- https://jarcasting.com/artifacts/com.jcabi/jcabi-urn/ -->
<dependency>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-urn</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi/jcabi-urn/
implementation 'com.jcabi:jcabi-urn:0.9'
// https://jarcasting.com/artifacts/com.jcabi/jcabi-urn/
implementation ("com.jcabi:jcabi-urn:0.9")
'com.jcabi:jcabi-urn:jar:0.9'
<dependency org="com.jcabi" name="jcabi-urn" rev="0.9">
  <artifact name="jcabi-urn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi', module='jcabi-urn', version='0.9')
)
libraryDependencies += "com.jcabi" % "jcabi-urn" % "0.9"
[com.jcabi/jcabi-urn "0.9"]

Dependencies

compile (2)

Group / Artifact Type Version
com.jcabi : jcabi-aspects jar 0.17.1
org.apache.commons : commons-lang3 jar 3.3.2

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.4

Project Modules

There are no modules declared in this project.

EO principles respected here Managed by Zerocracy DevOps By Rultor.com

Build Status PDD status Build status Maven Central Javadoc

More details are here: urn.jcabi.com

URN is an immutable implementation of a Uniform Resource Name (URN) according to RFC 2141:

import com.jcabi.urn.URN;
public class Main {
  public static void main(String[] args) {
    URN urn = new URN("urn:test:my-example");
    assert urn.nid().equals("test");
    assert urn.nss().equals("my-example");
  }
}

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice
com.jcabi

jcabi.com

Small java components

Versions

Version
0.9
0.8
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.7.17
0.7.16
0.7.15
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7
0.6