public class ProtocVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
mArtifact |
String |
mGroup |
String |
mVersion |
static ProtocVersion |
PROTOC_VERSION |
| Constructor and Description |
|---|
ProtocVersion(String group,
String artifact,
String version) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocVersion |
getVersion(String spec) |
String |
toString() |
public static final ProtocVersion PROTOC_VERSION
public final String mGroup
public final String mArtifact
public final String mVersion
public static ProtocVersion getVersion(String spec)
Copyright © 2023. All rights reserved.