| License |
License |
|---|---|
| GroupId | GroupIdcom.dyuproject.protostuff |
| ArtifactId | ArtifactIdprotostuff-parser |
| Version | Version1.0.12 |
| Type | Typejar |
| Description |
Descriptionprotostuff :: parser
parser for .proto files
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| protostuff-parser-1.0.12.pom | |
| protostuff-parser-1.0.12.jar | 143 KB |
| protostuff-parser-1.0.12-sources.jar | 78 KB |
| protostuff-parser-1.0.12-javadoc.jar | 421 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-parser/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-parser</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-parser/
implementation 'com.dyuproject.protostuff:protostuff-parser:1.0.12'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-parser/
implementation ("com.dyuproject.protostuff:protostuff-parser:1.0.12")
'com.dyuproject.protostuff:protostuff-parser:jar:1.0.12'
<dependency org="com.dyuproject.protostuff" name="protostuff-parser" rev="1.0.12">
<artifact name="protostuff-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-parser', version='1.0.12')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-parser" % "1.0.12"
[com.dyuproject.protostuff/protostuff-parser "1.0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.antlr : antlr-runtime | jar | 3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |