MVN

net.oneandone.reflections8 : reflections8

Maven & Gradle

Oct 28, 2019
40 usages
33 stars

Reflections8 · Reflections8 - a Java runtime metadata analysis without guava on Java 8

<dependency>
    <groupId>net.oneandone.reflections8</groupId>
    <artifactId>reflections8</artifactId>
    <version>0.11.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oneandone.reflections8 : reflections8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.7

All Versions

Choose a version of net.oneandone.reflections8 : reflections8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
reflections8-0.11.7
reflections8-0.11.6
reflections8-0.11.5
reflections8-0.11.4
reflections8-0.11.3
reflections8-0.11.2
reflections8-0.11.1
0.10.x
reflections8-0.10.5
reflections8-0.10.4

How to add a dependency to Maven

Add the following net.oneandone.reflections8 : reflections8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.oneandone.reflections8</groupId>
    <artifactId>reflections8</artifactId>
    <version>0.11.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.oneandone.reflections8 : reflections8 gradle dependency to your build.gradle file:

implementation 'net.oneandone.reflections8:reflections8:0.11.7'

Gradle Kotlin DSL: Add the following net.oneandone.reflections8 : reflections8 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.oneandone.reflections8:reflections8:0.11.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.oneandone.reflections8 : reflections8 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.oneandone.reflections8" % "reflections8" % "0.11.7"

Advertisement