e

enunciate-core-annotations

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