com.swak.license.provider.V4License Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swak-license-core Show documentation
Show all versions of swak-license-core Show documentation
swak component of trueLicense core
The newest version!
package com.swak.license.provider;
import com.swak.license.core.AbstractLicense;
/**
* A license for use with V4 format license keys.
*/
public class V4License extends AbstractLicense {
}