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