com.deliver8r.maven.servicewrapper.License Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of servicewrapper-maven-plugin Show documentation
Show all versions of servicewrapper-maven-plugin Show documentation
Maven Plugin for building Service Wrappers for Java Applications
package com.deliver8r.maven.servicewrapper;
import java.util.Date;
public class License {
public Boolean debug;
public DevNode type;
public String licensee;
public String devApplication;
public String features;
public String hostId;
public String id;
public String[] keys;
public Date leaseBegin;
public Date leaseEnd;
public Date upgradeBegin;
public Date upgradeEnd;
}