e

enunciate-core-annotations

Enunciate core annotations.
文件下载
文件名 操作
enunciate-core-annotations-2.10.1.jar 下载
enunciate-core-annotations-2.10.1.pom 下载
enunciate-core-annotations-2.10.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.webcohesion.enunciate</groupId>
  <artifactId>enunciate-core-annotations</artifactId>
  <version>2.10.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.webcohesion.enunciate:enunciate-core-annotations:2.10.1'
Gradle Kotlin
implementation("com.webcohesion.enunciate:enunciate-core-annotations:2.10.1")
Scala SBT
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-core-annotations" % "2.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.webcohesion.enunciate', module='enunciate-core-annotations', version='2.10.1')
)
Apache Ivy
<dependency org="com.webcohesion.enunciate" name="enunciate-core-annotations" rev="2.10.1" />
Leiningen
[com.webcohesion.enunciate/enunciate-core-annotations "2.10.1"]
Apache Buildr
'com.webcohesion.enunciate:enunciate-core-annotations:jar:2.10.1'