d

deannotation-aggregation

Annotation Aggregation
https://github.com/XDean/Deannotation
Files download
File Operation
deannotation-aggregation-0.2.1.jar download
deannotation-aggregation-0.2.1.pom download
deannotation-aggregation-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.XDean</groupId>
  <artifactId>deannotation-aggregation</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.XDean:deannotation-aggregation:0.2.1'
Gradle Kotlin
implementation("com.github.XDean:deannotation-aggregation:0.2.1")
Scala SBT
libraryDependencies += "com.github.XDean" % "deannotation-aggregation" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.XDean', module='deannotation-aggregation', version='0.2.1')
)
Apache Ivy
<dependency org="com.github.XDean" name="deannotation-aggregation" rev="0.2.1" />
Leiningen
[com.github.XDean/deannotation-aggregation "0.2.1"]
Apache Buildr
'com.github.XDean:deannotation-aggregation:jar:0.2.1'