p

protostuff-maven-plugin

protostuff-maven-plugin
文件下载
文件名 操作
protostuff-maven-plugin-1.0.12.jar 下载
protostuff-maven-plugin-1.0.12.pom 下载
protostuff-maven-plugin-1.0.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuff</groupId>
  <artifactId>protostuff-maven-plugin</artifactId>
  <version>1.0.12</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuff:protostuff-maven-plugin:1.0.12'
Gradle Kotlin
implementation("com.dyuproject.protostuff:protostuff-maven-plugin:1.0.12")
Scala SBT
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-maven-plugin" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuff', module='protostuff-maven-plugin', version='1.0.12')
)
Apache Ivy
<dependency org="com.dyuproject.protostuff" name="protostuff-maven-plugin" rev="1.0.12" />
Leiningen
[com.dyuproject.protostuff/protostuff-maven-plugin "1.0.12"]
Apache Buildr
'com.dyuproject.protostuff:protostuff-maven-plugin:jar:1.0.12'