i18n-formerly-assigned

Provides an enum with ISO 3166-3 codes

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

org.meeuw.i18n
Идентификатор

Идентификатор

i18n-formerly-assigned
Последняя версия

Последняя версия

0.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

i18n-formerly-assigned
Provides an enum with ISO 3166-3 codes
Ссылка на сайт

Ссылка на сайт

https://github.com/mihxil/i18n-formerly-assigned
Система контроля версий

Система контроля версий

https://github.com/mihxil/i18n-formerly-assigned

Скачать i18n-formerly-assigned

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.assertj : assertj-core jar 3.17.2

Модули Проекта

Данный проект не имеет модулей.

i18n-formerly-assigned

Build Status Maven Central snapshots javadoc

Introduction

This project creates support for 'formerly assigned country codes' (in the form of the enum org.meeuw.i18n.formerlyassigned.FormerlyAssignedCountryCode . See ISO 3166-3

The idea was to use this in conjuction with neovisionaries nv-i18n which supports current country codes according to ISO 3166-1, and i18n subdivisions with support for subdivisions of countries according to ISO 3166-2.

This is now done via i18n regions.

Implementation

The list of enums values is created by scraping the concerning wikipedia page, using the groovy script in src/main/script, which is called from the maven build.

Java version

The artifact is compatible with java 8 and higher. Only module-info.class is compiled with java target version 11.

Версии библиотеки

Версия
0.7
0.6
0.5
0.4
0.3
0.2
0.1.0