protostuff :: compiler

compiler for .proto files (java/gwt/etc output)

License

License

GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff-compiler
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

jar
Description

Description

protostuff :: compiler
compiler for .proto files (java/gwt/etc output)
Project URL

Project URL

http://code.google.com/p/protostuff/protostuff-compiler/

Download protostuff-compiler

How to add to project

<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-compiler/ -->
<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-compiler</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-compiler/
implementation 'com.dyuproject.protostuff:protostuff-compiler:1.0.12'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-compiler/
implementation ("com.dyuproject.protostuff:protostuff-compiler:1.0.12")
'com.dyuproject.protostuff:protostuff-compiler:jar:1.0.12'
<dependency org="com.dyuproject.protostuff" name="protostuff-compiler" rev="1.0.12">
  <artifact name="protostuff-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-compiler', version='1.0.12')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-compiler" % "1.0.12"
[com.dyuproject.protostuff/protostuff-compiler "1.0.12"]

Dependencies

compile (2)

Group / Artifact Type Version
com.dyuproject.protostuff : protostuff-parser jar 1.0.12
org.antlr : stringtemplate jar 3.2.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

All backported fixes for 1.0.x are applied here.

Releasing

mvn versions:set -DnewVersion=1.0.x && \
git clean -f && git add -u && git commit -m "1.0.x" && \
mvn -Prelease deploy && mvn scm:tag

If that succeeds:

mvn versions:set -DnewVersion=1.0.x-SNAPSHOT && \
git clean -f && git add -u && git commit -m "1.0.x-SNAPSHOT"

Versions

Version
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0