MVN

ru.progrm-jarvis : reflector

Maven & Gradle

Sep 18, 2022
1 usages
26 stars

Reflector · Wrappers for common objects of Java Reflection API

<dependency>
    <groupId>ru.progrm-jarvis</groupId>
    <artifactId>reflector</artifactId>
    <version>1.0.0-rc.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.progrm-jarvis : reflector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: reflector
  • Latest Release Candidate: 1.0.0-rc.11

All Versions

Choose a version of ru.progrm-jarvis : reflector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
reflector-1.0.0-rc.11
reflector-1.0.0-rc.10
reflector-1.0.0-rc.9
reflector-1.0.0-rc.8
reflector-1.0.0-rc.7
reflector-1.0.0-rc.6
reflector-1.0.0-rc.5
reflector-1.0.0-rc.4
reflector-1.0.0-rc.3
reflector-1.0.0-rc.2
reflector-1.0.0-rc.1
reflector
reflector-reflector

How to add a dependency to Maven

Add the following ru.progrm-jarvis : reflector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.progrm-jarvis</groupId>
    <artifactId>reflector</artifactId>
    <version>1.0.0-rc.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.progrm-jarvis : reflector gradle dependency to your build.gradle file:

implementation 'ru.progrm-jarvis:reflector:1.0.0-rc.11'

Gradle Kotlin DSL: Add the following ru.progrm-jarvis : reflector gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.progrm-jarvis:reflector:1.0.0-rc.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.progrm-jarvis : reflector sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.progrm-jarvis" % "reflector" % "1.0.0-rc.11"

Advertisement