MVN

uk.co.iterator : iterator-reflection

Maven & Gradle

Apr 20, 2020
3 usages

Reflection · Utility wrapper around the Java reflection APIs

<dependency>
    <groupId>uk.co.iterator</groupId>
    <artifactId>iterator-reflection</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.iterator : iterator-reflection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6

All Versions

Choose a version of uk.co.iterator : iterator-reflection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
iterator-reflection-2.2.6
1.0.x
iterator-reflection-1.0.0

How to add a dependency to Maven

Add the following uk.co.iterator : iterator-reflection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.iterator</groupId>
    <artifactId>iterator-reflection</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.iterator : iterator-reflection gradle dependency to your build.gradle file:

implementation 'uk.co.iterator:iterator-reflection:2.2.6'

Gradle Kotlin DSL: Add the following uk.co.iterator : iterator-reflection gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.iterator:iterator-reflection:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.iterator : iterator-reflection sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.iterator" % "iterator-reflection" % "2.2.6"

Advertisement