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

legolas.postgre.interfaces.PostgreSQLServiceId Maven / Gradle / Ivy

There is a newer version: 1.0.14
Show newest version
package legolas.postgre.interfaces;

import legolas.runtime.core.interfaces.ServiceId;

public enum PostgreSQLServiceId implements ServiceId {
  INSTANCE;

  @Override
  public String value() {
    return "PostgreSQL.Id";
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy