com.maxmind.geoip.Region Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SWBPortal Show documentation
Show all versions of SWBPortal Show documentation
SemanticWebBuilder Portal API components and utilities
The newest version!
package com.maxmind.geoip;
public class Region{
public String countryCode;
public String countryName;
public String region;
}