MVN

org.db4j : reflectasm

Maven & Gradle

Dec 23, 2016
3 usages
1.4k stars

ReflectASM · High performance Java reflection using code generation

<dependency>
    <groupId>org.db4j</groupId>
    <artifactId>reflectasm</artifactId>
    <version>1.11.4-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.db4j : reflectasm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.4-2

All Versions

Choose a version of org.db4j : reflectasm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
reflectasm-1.11.4-2
reflectasm-1.11.4-1
reflectasm-1.11.4-0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.db4j</groupId>
    <artifactId>reflectasm</artifactId>
    <version>1.11.4-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.db4j : reflectasm gradle dependency to your build.gradle file:

implementation 'org.db4j:reflectasm:1.11.4-2'

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

implementation("org.db4j:reflectasm:1.11.4-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.db4j : reflectasm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.db4j" % "reflectasm" % "1.11.4-2"

Advertisement