is not current version
Last Version 0.2.7

com.github.almondtools:picklock 0.2.3

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

GroupId

GroupId

com.github.almondtools
ArtifactId

ArtifactId

picklock
Version

Version

0.2.3
Type

Type

jar

Download picklock 0.2.3


<!-- https://jarcasting.com/artifacts/com.github.almondtools/picklock/ -->
<dependency>
    <groupId>com.github.almondtools</groupId>
    <artifactId>picklock</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/picklock/
implementation 'com.github.almondtools:picklock:0.2.3'
// https://jarcasting.com/artifacts/com.github.almondtools/picklock/
implementation ("com.github.almondtools:picklock:0.2.3")
'com.github.almondtools:picklock:jar:0.2.3'
<dependency org="com.github.almondtools" name="picklock" rev="0.2.3">
  <artifact name="picklock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='picklock', version='0.2.3')
)
libraryDependencies += "com.github.almondtools" % "picklock" % "0.2.3"
[com.github.almondtools/picklock "0.2.3"]