Whois server list API

XML mapping for the Whois Server List.

Лицензия

Лицензия

Группа

Группа

de.malkusch.whois-server-list.api.v1
Идентификатор

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

whois-server-list-api
Последняя версия

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

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Whois server list API
XML mapping for the Whois Server List.
Ссылка на сайт

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

https://github.com/whois-server-list/whois-server-list-api
Система контроля версий

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

https://github.com/whois-server-list/whois-server-list-api

Скачать whois-server-list-api

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

<!-- https://jarcasting.com/artifacts/de.malkusch.whois-server-list.api.v1/whois-server-list-api/ -->
<dependency>
    <groupId>de.malkusch.whois-server-list.api.v1</groupId>
    <artifactId>whois-server-list-api</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.malkusch.whois-server-list.api.v1/whois-server-list-api/
implementation 'de.malkusch.whois-server-list.api.v1:whois-server-list-api:3.0.0'
// https://jarcasting.com/artifacts/de.malkusch.whois-server-list.api.v1/whois-server-list-api/
implementation ("de.malkusch.whois-server-list.api.v1:whois-server-list-api:3.0.0")
'de.malkusch.whois-server-list.api.v1:whois-server-list-api:jar:3.0.0'
<dependency org="de.malkusch.whois-server-list.api.v1" name="whois-server-list-api" rev="3.0.0">
  <artifact name="whois-server-list-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.malkusch.whois-server-list.api.v1', module='whois-server-list-api', version='3.0.0')
)
libraryDependencies += "de.malkusch.whois-server-list.api.v1" % "whois-server-list-api" % "3.0.0"
[de.malkusch.whois-server-list.api.v1/whois-server-list-api "3.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.1
org.apache.commons : commons-lang3 jar 3.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

Whois server list API

This is a JAVA API for accessing the whois-server-list.

Installation

This package is available in Maven central:

<dependency>
        <groupId>de.malkusch.whois-server-list.api.v1</groupId>
        <artifactId>whois-server-list-api</artifactId>
        <version>3.0.0</version>
</dependency>

Usage

This API is just a compilation of JAXB generated domain model classes:

You can use DomainListFactory for downloading and unmarshaling the whois server list:

DomainListFactory factory = new DomainListFactory();
DomainList domainList = factory.download();

License and author

Markus Malkusch markus@malkusch.de is the author of this project. This project is free and under the WTFPL.

Donations

If you like this project and feel generous donate a few Bitcoins here: 1335STSwu9hST4vcMRppEPgENMHD2r1REK

Build Status

de.malkusch.whois-server-list.api.v1

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

Версия
3.0.0
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0