e

enunciate-javac-support

Support classes for working with the Javac API.
Files download
File Operation
enunciate-javac-support-2.14.0.jar download
enunciate-javac-support-2.14.0.pom download
enunciate-javac-support-2.14.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.webcohesion.enunciate</groupId>
  <artifactId>enunciate-javac-support</artifactId>
  <version>2.14.0</version>
</dependency>
Gradle Groovy
implementation 'com.webcohesion.enunciate:enunciate-javac-support:2.14.0'
Gradle Kotlin
implementation("com.webcohesion.enunciate:enunciate-javac-support:2.14.0")
Scala SBT
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-javac-support" % "2.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.webcohesion.enunciate', module='enunciate-javac-support', version='2.14.0')
)
Apache Ivy
<dependency org="com.webcohesion.enunciate" name="enunciate-javac-support" rev="2.14.0" />
Leiningen
[com.webcohesion.enunciate/enunciate-javac-support "2.14.0"]
Apache Buildr
'com.webcohesion.enunciate:enunciate-javac-support:jar:2.14.0'