All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.maxmind.geoip.Region Maven / Gradle / Ivy

The newest version!
package com.maxmind.geoip;

public class Region {
	public String countryCode;
	public String countryName;
	public String region;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy