
com.github.vladislavgoltjajev.personalcode.enums.Gender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-personal-code Show documentation
Show all versions of java-personal-code Show documentation
Lightweight library for working with government-issued personal identification codes.
package com.github.vladislavgoltjajev.personalcode.enums;
public enum Gender {
MALE,
FEMALE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy