
net.filebot.ant.spk.Info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ant-spk Show documentation
Show all versions of ant-spk Show documentation
Ant Task for creating SPK packages for Synology NAS
The newest version!
package net.filebot.ant.spk;
public class Info {
public static final String NAME = "package";
public static final String VERSION = "version";
public static final String ARCH = "arch";
String name;
String value;
public void setName(String name) {
this.name = name;
}
public void setValue(String value) {
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy