Class RepoMavenDepend
- java.lang.Object
-
- org.jbpm.process.workitem.repository.service.RepoMavenDepend
-
public class RepoMavenDepend extends Object
-
-
Constructor Summary
Constructors Constructor Description RepoMavenDepend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactId()
String
getGroupId()
String
getVersion()
void
setArtifactId(String artifactId)
void
setGroupId(String groupId)
void
setVersion(String version)
-