e

enunciate-core-annotations

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