MVN

org.burningwave : reflection

Maven & Gradle

Mar 24, 2023
3 stars

Burningwave Reflection · An advanced and highly optimized reflection engine

<dependency>
    <groupId>org.burningwave</groupId>
    <artifactId>reflection</artifactId>
    <version>3.5.2-fjs</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.burningwave : reflection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2-fjs

All Versions

Choose a version of org.burningwave : reflection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
reflection-3.5.5
reflection-3.5.4
reflection-3.5.3
reflection-3.5.2-fjs
reflection-3.5.2
reflection-3.5.1-fjs
reflection-3.5.1
reflection-3.5.0-fjs
reflection-3.5.0
3.4.x
reflection-3.4.6-fjs
reflection-3.4.3-fjs
reflection-3.4.2-fjs
reflection-3.4.2
reflection-3.4.1-fjs
reflection-3.4.1
reflection-3.4.0-fjs
reflection-3.4.0
3.3.x
reflection-3.3.0
reflection-3.3.0-j7
3.2.x
reflection-3.2.0
reflection-3.2.0-j7
3.1.x
reflection-3.1.5
reflection-3.1.5-j7
reflection-3.1.4
reflection-3.1.3
reflection-3.1.2
reflection-3.1.1
reflection-3.1.0
3.0.x
reflection-3.0.0
2.0.x
reflection-2.0.0
1.0.x
reflection-1.0.0

How to add a dependency to Maven

Add the following org.burningwave : reflection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.burningwave</groupId>
    <artifactId>reflection</artifactId>
    <version>3.5.2-fjs</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.burningwave : reflection gradle dependency to your build.gradle file:

implementation 'org.burningwave:reflection:3.5.2-fjs'

Gradle Kotlin DSL: Add the following org.burningwave : reflection gradle kotlin dependency to your build.gradle.kts file:

implementation("org.burningwave:reflection:3.5.2-fjs")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.burningwave : reflection sbt scala dependency to your build.sbt file:

libraryDependencies += "org.burningwave" % "reflection" % "3.5.2-fjs"