MVN

top.wavelength : Java-BetterReflection

Maven & Gradle

Feb 01, 2024
8 stars

Java-BetterReflection · Java reflection-caching library

<dependency>
    <groupId>top.wavelength</groupId>
    <artifactId>Java-BetterReflection</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.wavelength : Java-BetterReflection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of top.wavelength : Java-BetterReflection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
Java-BetterReflection-0.7

How to add a dependency to Maven

Add the following top.wavelength : Java-BetterReflection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.wavelength</groupId>
    <artifactId>Java-BetterReflection</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.wavelength : Java-BetterReflection gradle dependency to your build.gradle file:

implementation 'top.wavelength:Java-BetterReflection:0.7'

Gradle Kotlin DSL: Add the following top.wavelength : Java-BetterReflection gradle kotlin dependency to your build.gradle.kts file:

implementation("top.wavelength:Java-BetterReflection:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.wavelength : Java-BetterReflection sbt scala dependency to your build.sbt file:

libraryDependencies += "top.wavelength" % "Java-BetterReflection" % "0.7"