p

protostuff-maven-plugin

Files download
File Operation
protostuff-maven-plugin-3.1.40.jar download
protostuff-maven-plugin-3.1.40.pom download
protostuff-maven-plugin-3.1.40-sources.jar download
Apache Maven
<dependency>
  <groupId>io.protostuff</groupId>
  <artifactId>protostuff-maven-plugin</artifactId>
  <version>3.1.40</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.protostuff:protostuff-maven-plugin:3.1.40'
Gradle Kotlin
implementation("io.protostuff:protostuff-maven-plugin:3.1.40")
Scala SBT
libraryDependencies += "io.protostuff" % "protostuff-maven-plugin" % "3.1.40"
Groovy Grape
@Grapes(
  @Grab(group='io.protostuff', module='protostuff-maven-plugin', version='3.1.40')
)
Apache Ivy
<dependency org="io.protostuff" name="protostuff-maven-plugin" rev="3.1.40" />
Leiningen
[io.protostuff/protostuff-maven-plugin "3.1.40"]
Apache Buildr
'io.protostuff:protostuff-maven-plugin:jar:3.1.40'