e

enunciate-core-annotations

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