com.jwebmp.thirdparty.dummy.files.DummyFile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java.servlet-api Show documentation
Show all versions of java.servlet-api Show documentation
The core maven build properties
The newest version!
package jakarta.servlet.api;
/**
* This class designates a class holder to generate sources and javadoc to upload into Maven Central
*/
public class DummyFile
{
/**
* Pretend Pretend
*/
DummyFile()
{
//No config required
}
public static void main(String[] args)
{
new DummyFile();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy