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

org.openfact.models.Constants Maven / Gradle / Ivy

There is a newer version: 1.1.3.Final
Show newest version
package org.openfact.models;

public interface Constants {

    String KEY = "key";

    // Indication to that organization keys should be re-generated
    String GENERATE = "GENERATE";

    int DEFAULT_MAX_RESULTS = 100;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy