hotswap-agent-proxy-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-proxy-plugin</artifactId>
<version>2.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-proxy-plugin</artifactId>
<version>2.0.3</version>
<name>hotswap-agent-proxy-plugin</name>
<description>Java unlimited runtime class and resource redefinition.</description>
<url>http://hotswapagent.org/hotswap-agent-proxy-plugin/</url>
<licenses>
<license>
<name>GNU General Public License (GPL)</name>
<url>http://www.gnu.org/licenses/gpl.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>edudant</id>
<name>Jiri Bubnik</name>
<email>jiri.bubnik@gmail.com</email>
<url>http://jiribubnik.cz</url>
</developer>
<developer>
<id>skybber</id>
<name>Vladimir Dvorak</name>
<email>lada.dvorak7@gmail.com</email>
<url>https://github.com/skybber</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/HotswapProjects/HotswapAgent.git/hotswap-agent-proxy-plugin</connection>
<developerConnection>scm:git:git@github.com:HotswapProjects/HotswapAgent.git/hotswap-agent-proxy-plugin</developerConnection>
<url>https://github.com/HotswapProjects/HotswapAgent/hotswap-agent-proxy-plugin</url>
</scm>
<dependencies>
<dependency>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-core</artifactId>
<version>2.0.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>default-tools</id>
<activation>
<jdk>(,1.9)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>