| License |
License |
|---|---|
| GroupId | GroupIdcom.alphalxy |
| ArtifactId | ArtifactIdfast-proxy |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
Descriptionfast-proxy
Alternatives to java.lang.Proxy
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fast-proxy-0.0.1.pom | |
| fast-proxy-0.0.1.jar | 14 KB |
| fast-proxy-0.0.1-sources.jar | 10 KB |
| fast-proxy-0.0.1-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alphalxy/fast-proxy/ -->
<dependency>
<groupId>com.alphalxy</groupId>
<artifactId>fast-proxy</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alphalxy/fast-proxy/
implementation 'com.alphalxy:fast-proxy:0.0.1'
// https://jarcasting.com/artifacts/com.alphalxy/fast-proxy/
implementation ("com.alphalxy:fast-proxy:0.0.1")
'com.alphalxy:fast-proxy:jar:0.0.1'
<dependency org="com.alphalxy" name="fast-proxy" rev="0.0.1">
<artifact name="fast-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alphalxy', module='fast-proxy', version='0.0.1')
)
libraryDependencies += "com.alphalxy" % "fast-proxy" % "0.0.1"
[com.alphalxy/fast-proxy "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |