jwebmp-interception
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-interception</artifactId>
<version>1.1.1.7-jre16</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-core-modules</artifactId>
<version>1.1.1.7-jre16</version>
</parent>
<artifactId>jwebmp-interception</artifactId>
<packaging>jar</packaging>
<name>JWebSwing Interception Library</name>
<description>Remote Access Annotations and Interfaces to allow multi-jar implementation with JWebSwing</description>
<url>https://github.com/GedMarc/JWebSwingInterception</url>
<dependencies>
<dependency>
<groupId>com.guicedee.servlets</groupId>
<artifactId>guiced-servlets</artifactId>
</dependency>
</dependencies>
<scm>
<url>https://github.com/GedMarc?tab=repositories</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/GedMarc/JWebSwingInterception/issues</url>
</issueManagement>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>