e

enunciate-javac-support

Support classes for working with the Javac API.
文件下载
文件名 操作
enunciate-javac-support-2.0.0-M.4.jar 下载
enunciate-javac-support-2.0.0-M.4.pom 下载
enunciate-javac-support-2.0.0-M.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.webcohesion.enunciate</groupId>
  <artifactId>enunciate-javac-support</artifactId>
  <version>2.0.0-M.4</version>
</dependency>
Gradle Groovy
implementation 'com.webcohesion.enunciate:enunciate-javac-support:2.0.0-M.4'
Gradle Kotlin
implementation("com.webcohesion.enunciate:enunciate-javac-support:2.0.0-M.4")
Scala SBT
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-javac-support" % "2.0.0-M.4"
Groovy Grape
@Grapes(
  @Grab(group='com.webcohesion.enunciate', module='enunciate-javac-support', version='2.0.0-M.4')
)
Apache Ivy
<dependency org="com.webcohesion.enunciate" name="enunciate-javac-support" rev="2.0.0-M.4" />
Leiningen
[com.webcohesion.enunciate/enunciate-javac-support "2.0.0-M.4"]
Apache Buildr
'com.webcohesion.enunciate:enunciate-javac-support:jar:2.0.0-M.4'