p

proxy-dependency-maven-plugin

This plugin is intended to resolve proxy references.
https://github.com/apigee/proxy-dependency-maven-plugin
The MIT License (MIT)
Srikanth Seshadri Priyanky Thomas
Files download
File Operation
proxy-dependency-maven-plugin-2.1.0.jar download
proxy-dependency-maven-plugin-2.1.0.pom download
proxy-dependency-maven-plugin-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apigee.build-tools.enterprise4g</groupId>
  <artifactId>proxy-dependency-maven-plugin</artifactId>
  <version>2.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.1.0'
Gradle Kotlin
implementation("io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.1.0")
Scala SBT
libraryDependencies += "io.apigee.build-tools.enterprise4g" % "proxy-dependency-maven-plugin" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.apigee.build-tools.enterprise4g', module='proxy-dependency-maven-plugin', version='2.1.0')
)
Apache Ivy
<dependency org="io.apigee.build-tools.enterprise4g" name="proxy-dependency-maven-plugin" rev="2.1.0" />
Leiningen
[io.apigee.build-tools.enterprise4g/proxy-dependency-maven-plugin "2.1.0"]
Apache Buildr
'io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:jar:2.1.0'