MVN

com.github.almondtools : picklock

Maven & Gradle

May 13, 2015
7 usages
4 stars

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

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

Latest Version

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

  • Latest Stable: 0.2.7

All Versions

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

Version Vulnerabilities Updated
0.2.x
picklock-0.2.7
picklock-0.2.6
picklock-0.2.5
picklock-0.2.4
picklock-0.2.3
picklock-0.2.2
picklock-0.2.0
0.1.x
picklock-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>picklock</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almondtools:picklock:0.2.7'

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

implementation("com.github.almondtools:picklock:0.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almondtools" % "picklock" % "0.2.7"

Advertisement