| License |
License |
|---|---|
| GroupId | GroupIdcom.github.almondtools |
| ArtifactId | ArtifactIdpicklock |
| Last Version | Last Version0.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.almondtools:picklock
An application to get controlled access to private members of Java classes
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| picklock-0.2.7.pom | |
| picklock-0.2.7.jar | 35 KB |
| picklock-0.2.7-sources.jar | 19 KB |
| picklock-0.2.7-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.almondtools/picklock/ -->
<dependency>
<groupId>com.github.almondtools</groupId>
<artifactId>picklock</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/picklock/
implementation 'com.github.almondtools:picklock:0.2.7'
// https://jarcasting.com/artifacts/com.github.almondtools/picklock/
implementation ("com.github.almondtools:picklock:0.2.7")
'com.github.almondtools:picklock:jar:0.2.7'
<dependency org="com.github.almondtools" name="picklock" rev="0.2.7">
<artifact name="picklock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='picklock', version='0.2.7')
)
libraryDependencies += "com.github.almondtools" % "picklock" % "0.2.7"
[com.github.almondtools/picklock "0.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |