Global Identifiers

Library that provides global identifiers

License

License

GroupId

GroupId

io.github.isharipov
ArtifactId

ArtifactId

globalids
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Global Identifiers
Library that provides global identifiers
Project URL

Project URL

https://github.com/iSharipov/globalids
Source Code Management

Source Code Management

https://github.com/iSharipov/globalids

Download globalids

Filename Size
globalids-0.0.1.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.isharipov/globalids/ -->
<dependency>
    <groupId>io.github.isharipov</groupId>
    <artifactId>globalids</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.isharipov/globalids/
implementation 'io.github.isharipov:globalids:0.0.1'
// https://jarcasting.com/artifacts/io.github.isharipov/globalids/
implementation ("io.github.isharipov:globalids:0.0.1")
'io.github.isharipov:globalids:pom:0.0.1'
<dependency org="io.github.isharipov" name="globalids" rev="0.0.1">
  <artifact name="globalids" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.isharipov', module='globalids', version='0.0.1')
)
libraryDependencies += "io.github.isharipov" % "globalids" % "0.0.1"
[io.github.isharipov/globalids "0.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.isharipov : modelframework jar 0.0.2
com.fasterxml.jackson.core : jackson-annotations jar 2.11.2

Project Modules

  • globalids-us
  • globalids-uk
  • globalids-test

Global Identifiers

Java CI with Maven Total alerts Language grade: Java Maven Central
LinkedIn


  • United States
    • Social Security Number - since 0.0.1
      • Regex - ^(?!666|000|9\d{2})\d{3}-(?!00)\d{2}-(?!0{4})\d{4}$
      • Example - 856-45-6789
    • ZIP Code - since 0.0.1
      • Regex - ^\d{5}(?:[-\s]\d{4})?$
      • Example - 99750, 99750-0077, 99750 0077
  • United Kingdom
    • National Insurance number - since 0.0.1
      • Regex - ^[A-CEGHJ-PR-TW-Z]{1}[A-CEGHJ-NPR-TW-Z]{1}[0-9]{6}[A-DFM]{0,1}$
      • Example - JG103759A, AP019283D, ZX047829C

Gradle

dependencies {
    implementation("io.github.isharipov:globalids-us:0.0.1")
    implementation("io.github.isharipov:globalids-uk:0.0.1")
}

Maven

<dependencies>
    <dependency>
        <groupId>io.github.isharipov</groupId>
        <artifactId>globalids-us</artifactId>
        <version>0.0.1</version>
    </dependency>
    <dependency>
        <groupId>io.github.isharipov</groupId>
        <artifactId>globalids-uk</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencies>

Requirements

Global Identifiers requires Java 1.8 or later.

Versions

Version
0.0.1