MVN

com.dyuproject.protostuff : protostuff-compiler

Maven & Gradle

Oct 29, 2016
4 usages
0 stars

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

<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-compiler</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dyuproject.protostuff : protostuff-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of com.dyuproject.protostuff : protostuff-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
protostuff-compiler-1.0.12
protostuff-compiler-1.0.11
protostuff-compiler-1.0.10
protostuff-compiler-1.0.9
protostuff-compiler-1.0.8
protostuff-compiler-1.0.7
protostuff-compiler-1.0.6
protostuff-compiler-1.0.5
protostuff-compiler-1.0.4
protostuff-compiler-1.0.3
protostuff-compiler-1.0.2
protostuff-compiler-1.0.1
protostuff-compiler-1.0.0

How to add a dependency to Maven

Add the following com.dyuproject.protostuff : protostuff-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-compiler</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dyuproject.protostuff : protostuff-compiler gradle dependency to your build.gradle file:

implementation 'com.dyuproject.protostuff:protostuff-compiler:1.0.12'

Gradle Kotlin DSL: Add the following com.dyuproject.protostuff : protostuff-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dyuproject.protostuff:protostuff-compiler:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dyuproject.protostuff : protostuff-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dyuproject.protostuff" % "protostuff-compiler" % "1.0.12"

Advertisement