MVN

dev.derklaro.reflexion : native

Maven & Gradle

Dec 07, 2022
6 stars

native · The fluent reflection access library of (yo)ur dreams

<dependency>
    <groupId>dev.derklaro.reflexion</groupId>
    <artifactId>native</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.derklaro.reflexion : native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of dev.derklaro.reflexion : native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
native-1.8.0
1.7.x
native-1.7.0
1.6.x
native-1.6.0
1.5.x
native-1.5.0
1.4.x
native-1.4.0
1.3.x
native-1.3.0
1.2.x
native-1.2.0
1.1.x
native-1.1.0
1.0.x
native-1.0.0

How to add a dependency to Maven

Add the following dev.derklaro.reflexion : native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.derklaro.reflexion</groupId>
    <artifactId>native</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.derklaro.reflexion : native gradle dependency to your build.gradle file:

implementation 'dev.derklaro.reflexion:native:1.8.0'

Gradle Kotlin DSL: Add the following dev.derklaro.reflexion : native gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.derklaro.reflexion:native:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.derklaro.reflexion : native sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.derklaro.reflexion" % "native" % "1.8.0"