MVN

com.github.auties00 : protoc-parser

Maven & Gradle

Jun 24, 2022
1 usages
9 stars
<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>protoc-parser</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.auties00 : protoc-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of com.github.auties00 : protoc-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
protoc-parser-1.16
1.15
protoc-parser-1.15
1.14
protoc-parser-1.14
1.13
protoc-parser-1.13
1.12
protoc-parser-1.12
1.11
protoc-parser-1.11
1.10
protoc-parser-1.10
1.9
protoc-parser-1.9
1.8
protoc-parser-1.8
1.7
protoc-parser-1.7
1.6
protoc-parser-1.6
1.5
protoc-parser-1.5
1.4
protoc-parser-1.4
1.3
protoc-parser-1.3
1.2
protoc-parser-1.2
1.1
protoc-parser-1.1
1.0
protoc-parser-1.0

How to add a dependency to Maven

Add the following com.github.auties00 : protoc-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>protoc-parser</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.auties00 : protoc-parser gradle dependency to your build.gradle file:

implementation 'com.github.auties00:protoc-parser:1.16'

Gradle Kotlin DSL: Add the following com.github.auties00 : protoc-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.auties00:protoc-parser:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.auties00 : protoc-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.auties00" % "protoc-parser" % "1.16"

Advertisement