io.github.isharipov:globalids-test

Library that provides global identifiers

License

License

GroupId

GroupId

io.github.isharipov
ArtifactId

ArtifactId

globalids-test
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Library that provides global identifiers

Download globalids-test

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.4.1
org.springframework.boot : spring-boot-starter-data-jpa jar 2.4.1
org.springframework.boot : spring-boot-starter-test jar 2.4.1
org.testcontainers : postgresql jar 1.15.1
org.postgresql : postgresql jar 42.2.17
org.testcontainers : junit-jupiter jar 1.15.1
io.github.isharipov : modelframework jar 0.0.2
com.fasterxml.jackson.core : jackson-annotations jar 2.11.2

Project Modules

There are no modules declared in this project.

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