Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.protostuff |
ArtifactId | ArtifactIdprotostuff-cli |
Version | Version2.0.0-alpha19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-cli</artifactId>
<version>2.0.0-alpha19</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/
implementation 'io.protostuff:protostuff-cli:2.0.0-alpha19'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/
implementation ("io.protostuff:protostuff-cli:2.0.0-alpha19")
'io.protostuff:protostuff-cli:jar:2.0.0-alpha19'
<dependency org="io.protostuff" name="protostuff-cli" rev="2.0.0-alpha19">
<artifact name="protostuff-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-cli', version='2.0.0-alpha19')
)
libraryDependencies += "io.protostuff" % "protostuff-cli" % "2.0.0-alpha19"
[io.protostuff/protostuff-cli "2.0.0-alpha19"]