MVN

com.github.almondtools : xrayinterface

Maven & Gradle

Jun 13, 2016
1 usages
8 stars

An application to get controlled access to private members of Java classes

<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>xrayinterface</artifactId>
    <version>0.2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.almondtools : xrayinterface to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.13

All Versions

Choose a version of com.github.almondtools : xrayinterface to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
xrayinterface-0.2.13
xrayinterface-0.2.12
xrayinterface-0.2.11
xrayinterface-0.2.10
xrayinterface-0.2.9
xrayinterface-0.2.8

How to add a dependency to Maven

Add the following com.github.almondtools : xrayinterface maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>xrayinterface</artifactId>
    <version>0.2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.almondtools : xrayinterface gradle dependency to your build.gradle file:

implementation 'com.github.almondtools:xrayinterface:0.2.13'

Gradle Kotlin DSL: Add the following com.github.almondtools : xrayinterface gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.almondtools:xrayinterface:0.2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.almondtools : xrayinterface sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.almondtools" % "xrayinterface" % "0.2.13"

Advertisement