
net.eusashead.parquet.http.resource.PutResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parquet-web Show documentation
Show all versions of parquet-web Show documentation
Parquet is a Java REST framework built on Yoke and Vert.x
The newest version!
package net.eusashead.parquet.http.resource;
import net.eusashead.parquet.http.handler.PutRequestHandler;
public interface PutResource {
PutRequestHandler put();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy