Skip to content

✅Verifying Turkish citizenship status with the entered information

License

Notifications You must be signed in to change notification settings

furkankayam/tc-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TC Validation

  • Verifying Turkish citizenship status with the entered information.

📑Used packages

Java Maven OkHttp KPSPublic


👍Code example

  • import import org.furkankayam.TCValidation;
Boolean tcValid = TCValidation.tcValidation(
        "12345678901", // Turkish ID Number
        "mehmet furkan", // First Name
        "kaya", // Last Name
        "2001"); // Year of Birth

System.out.println(tcValid); // true-false

✅Releases

  • The latest release maven, gradle dependencies

🪶Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<!-- https://github.com/furkankayam/tc-validation -->
<dependency>
    <groupId>com.github.furkankayam</groupId>
    <artifactId>tc-validation</artifactId>
    <version>2.0</version>
</dependency>

🐘Gradle

repositories {
    mavenCentral()
    maven { url 'https://jitpack.io' }
}

dependencies {
    // https://github.com/furkankayam/tc-validation
    implementation 'com.github.furkankayam:tc-validation:2.0'
}

📖License

This project is licensed under the MIT License. See the LICENSE file for details