MVN

io.github.nethibernate : protostuff-it

Maven & Gradle

Dec 07, 2021
0 stars

protostuff :: it · protostuff integration tests

<dependency>
    <groupId>io.github.nethibernate</groupId>
    <artifactId>protostuff-it</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nethibernate : protostuff-it to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of io.github.nethibernate : protostuff-it to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2
protostuff-it-2
1.7.x
protostuff-it-1.7.4
protostuff-it-1.7.3
1
protostuff-it-1

How to add a dependency to Maven

Add the following io.github.nethibernate : protostuff-it maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nethibernate</groupId>
    <artifactId>protostuff-it</artifactId>
    <version>2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nethibernate : protostuff-it gradle dependency to your build.gradle file:

implementation 'io.github.nethibernate:protostuff-it:2'

Gradle Kotlin DSL: Add the following io.github.nethibernate : protostuff-it gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nethibernate:protostuff-it:2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nethibernate : protostuff-it sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nethibernate" % "protostuff-it" % "2"

Advertisement