All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webbitserver.rest.UriMatch Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package org.webbitserver.rest;

public interface UriMatch {
    String get(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy