MVN

org.apache.commons : commons-proxy

Maven & Gradle

Feb 27, 2008
25 usages

Commons Proxy · Java library for dynamic proxying

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-proxy</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.commons : commons-proxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.commons : commons-proxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
commons-proxy-1.0

How to add a dependency to Maven

Add the following org.apache.commons : commons-proxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-proxy</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.commons : commons-proxy gradle dependency to your build.gradle file:

implementation 'org.apache.commons:commons-proxy:1.0'

Gradle Kotlin DSL: Add the following org.apache.commons : commons-proxy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.commons:commons-proxy:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.commons : commons-proxy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.commons" % "commons-proxy" % "1.0"

Advertisement

Dependencies from Group

Jul 23, 2023
21.1k usages
Jul 05, 2019
3.3k usages
Sep 24, 2022
2.6k usages
Mar 18, 2023
2.6k usages
Mar 17, 2016
2.3k usages

Discover Dependencies

Apr 23, 2014
243 stars
Aug 20, 2013
1 usages
Jan 06, 2013
19 usages
4k stars
May 29, 2013
120 stars
Jul 09, 2006
37 usages
Feb 12, 2010
86 usages
Mar 04, 2015
5.6k stars