com.fluidbpm.GitDescribe Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluid-api Show documentation
Show all versions of fluid-api Show documentation
Used for the
* Custom Program Step,
* Custom Actions,
* Scheduled Actions and
* Fluid API
in the Fluid BPM and Content Management system.
package com.fluidbpm;
public class GitDescribe {
public static final String GIT_DESCRIBE = "v1.11";
}