aspectjutil-eventmanager
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.newmainsoftech</groupId>
<artifactId>aspectjutil-eventmanager</artifactId>
<version>2.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.newmainsoftech</groupId>
<artifactId>aspectjutil</artifactId>
<version>2.1.1</version>
</parent>
<artifactId>aspectjutil-eventmanager</artifactId>
<name>aspectjutil-eventmanager</name>
<description>Event manager framework by AspectJ.</description>
<version>2.1.1</version>
<scm>
<connection>scm:svn:http://aspectjutil.googlecode.com/svn/tags/aspectjutil-eventmanager-2.1.1</connection>
<developerConnection>scm:svn:https://aspectjutil.googlecode.com/svn/tags/aspectjutil-eventmanager-2.1.1</developerConnection>
<url>https://code.google.com/p/aspectjutil/source/checkout/tags/aspectjutil-eventmanager-2.1.1</url>
</scm>
<distributionManagement>
<site><!-- location where site is deployed -->
<id>google.code.svn.repo</id>
<name>Google Code Subversion Repository</name>
<url>svn:https://aspectjutil.googlecode.com/svn/site/aspectjutil-eventmanager</url>
</site>
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.newmainsoftech</groupId>
<artifactId>aspectjutil-adviseutil</artifactId>
<version>2.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.newmainsoftech</groupId>
<artifactId>aspectjutil-adviseutil</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.google.code.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>