org.wicketstuff.clipboardjs.ClipboardJsReference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicketstuff-clipboardjs Show documentation
Show all versions of wicketstuff-clipboardjs Show documentation
An integration of Clipboard JS with Apache Wicket
The newest version!
package org.wicketstuff.clipboardjs;
import org.apache.wicket.request.resource.JavaScriptResourceReference;
public class ClipboardJsReference extends JavaScriptResourceReference {
public static final ClipboardJsReference INSTANCE = new ClipboardJsReference();
private ClipboardJsReference() {
super(ClipboardJsReference.class, "res/clipboard.js");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy