r

reflections-maven

Files download
File Operation
reflections-maven-0.9.7.RC1.jar download
reflections-maven-0.9.7.RC1.pom download
reflections-maven-0.9.7.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.reflections</groupId>
  <artifactId>reflections-maven</artifactId>
  <version>0.9.7.RC1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.reflections:reflections-maven:0.9.7.RC1'
Gradle Kotlin
implementation("org.reflections:reflections-maven:0.9.7.RC1")
Scala SBT
libraryDependencies += "org.reflections" % "reflections-maven" % "0.9.7.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.reflections', module='reflections-maven', version='0.9.7.RC1')
)
Apache Ivy
<dependency org="org.reflections" name="reflections-maven" rev="0.9.7.RC1" />
Leiningen
[org.reflections/reflections-maven "0.9.7.RC1"]
Apache Buildr
'org.reflections:reflections-maven:jar:0.9.7.RC1'