m

maven-enunciate-plugin

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