| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.protostuff |
| ArtifactId | ArtifactIdprotostuff-cli |
| Last Version | Last Version3.1.40 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProtostuff Compiler - Command Line Interface
Proto parser, code and documentation generator
|
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-cli</artifactId>
<version>3.1.40</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/
implementation 'io.protostuff:protostuff-cli:3.1.40'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-cli/
implementation ("io.protostuff:protostuff-cli:3.1.40")
'io.protostuff:protostuff-cli:jar:3.1.40'
<dependency org="io.protostuff" name="protostuff-cli" rev="3.1.40">
<artifact name="protostuff-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-cli', version='3.1.40')
)
libraryDependencies += "io.protostuff" % "protostuff-cli" % "3.1.40"
[io.protostuff/protostuff-cli "3.1.40"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.protostuff : protostuff-parser | jar | 3.1.40 |
| io.protostuff : protostuff-generator | jar | 3.1.40 |
| commons-cli : commons-cli | jar | 1.4 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
| org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
| com.google.errorprone : error_prone_annotations Optional | jar | 2.5.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
| org.mockito : mockito-core | jar | 2.11.0 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
| org.assertj : assertj-core | jar | 3.20.2 |