Class WidInfo.InternalWidMavenDependencies
- java.lang.Object
-
- org.jbpm.process.workitem.core.util.WidInfo.InternalWidMavenDependencies
-
-
Constructor Summary
Constructors Constructor Description InternalWidMavenDependencies(String group, String artifact, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifact()
String
getGroup()
String
getVersion()
void
setArtifact(String artifact)
void
setGroup(String group)
void
setVersion(String version)
-