| License |
License |
|---|---|
| GroupId | GroupIdcom.ericsson.commonlibrary |
| ArtifactId | ArtifactIdproxy |
| Version | Version1.2.12 |
| Type | Typejar |
| Description |
DescriptionProxy
A small yet powerful interception library that lets you manipulate existing objects and classes behavior runtime, It's achieving this by using javassist to do bytecode manipulation
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationEricsson |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| proxy-1.2.12.pom | |
| proxy-1.2.12.jar | 40 KB |
| proxy-1.2.12-sources.jar | 37 KB |
| proxy-1.2.12-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ericsson.commonlibrary/proxy/ -->
<dependency>
<groupId>com.ericsson.commonlibrary</groupId>
<artifactId>proxy</artifactId>
<version>1.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.ericsson.commonlibrary/proxy/
implementation 'com.ericsson.commonlibrary:proxy:1.2.12'
// https://jarcasting.com/artifacts/com.ericsson.commonlibrary/proxy/
implementation ("com.ericsson.commonlibrary:proxy:1.2.12")
'com.ericsson.commonlibrary:proxy:jar:1.2.12'
<dependency org="com.ericsson.commonlibrary" name="proxy" rev="1.2.12">
<artifact name="proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ericsson.commonlibrary', module='proxy', version='1.2.12')
)
libraryDependencies += "com.ericsson.commonlibrary" % "proxy" % "1.2.12"
[com.ericsson.commonlibrary/proxy "1.2.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.objenesis : objenesis | jar | 3.0.1 |
| org.javassist : javassist | jar | 3.28.0-GA |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
| org.testng : testng | jar | 6.14.2 |