| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lpandzic.chameleon |
| ArtifactId | ArtifactIdchameleon |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChameleon
Chameleon is a relatively small, simple library used for creation of proxies at runtime.
|
| Filename | Size |
|---|---|
| chameleon-1.2.pom | |
| chameleon-1.2.jar | 7 KB |
| chameleon-1.2-sources.jar | 4 KB |
| chameleon-1.2-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lpandzic.chameleon/chameleon/ -->
<dependency>
<groupId>com.github.lpandzic.chameleon</groupId>
<artifactId>chameleon</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lpandzic.chameleon/chameleon/
implementation 'com.github.lpandzic.chameleon:chameleon:1.2'
// https://jarcasting.com/artifacts/com.github.lpandzic.chameleon/chameleon/
implementation ("com.github.lpandzic.chameleon:chameleon:1.2")
'com.github.lpandzic.chameleon:chameleon:jar:1.2'
<dependency org="com.github.lpandzic.chameleon" name="chameleon" rev="1.2">
<artifact name="chameleon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lpandzic.chameleon', module='chameleon', version='1.2')
)
libraryDependencies += "com.github.lpandzic.chameleon" % "chameleon" % "1.2"
[com.github.lpandzic.chameleon/chameleon "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.objenesis : objenesis | jar | 2.1 |
| org.sonatype.sisu.inject : cglib | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |