com.github.sdmcraft.slingdynamo.impl.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SlingDynamo Show documentation
Show all versions of SlingDynamo Show documentation
com.github.sdmcraft.slingdynamo - SlingDynamo
The newest version!
package com.github.sdmcraft.slingdynamo.impl;
public class Constants {
public static final String DEFAULT_GET_SERVLET = "sling/servlet/default";
public static final String DEFAULT_REGION = "";
public static final String DEFAULT_ENDPOINT = "";
}