public class JModuleId extends Object
| Constructor and Description |
|---|
JModuleId(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
static JModuleId |
DEFAULT_MODULE_ID() |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
static JModuleId |
replaceBlanks(JModuleId moduleId,
JModuleId defaultId) |
String |
toString() |
static JModuleId |
valueOf(String s) |
Copyright © 2021 vpc open source initiative. All rights reserved.