com.deliver8r.maven.servicewrapper.JavaLibrary 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.List;
public class JavaLibrary {
public String nativeLibrary;
public Boolean appendSystemPath;
public List libraryPaths;
}