e

enunciate-javac-support

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