e

enunciate-core-annotations

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