anwiba-commons-xxmp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-xxmp</artifactId> <version>1.1.158</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>commons xxmp</name> <artifactId>anwiba-commons-xxmp</artifactId> <description>anwiba commons xxmp project</description> <parent> <groupId>net.anwiba.commons</groupId> <artifactId>commons-advanced</artifactId> <version>1.1.158</version> </parent> <scm> <connection>${scm.url.net.anwiba.base}/libraries.git</connection> <developerConnection>${scm.url.net.anwiba.base}/libraries.git</developerConnection> <url>${scm.url.net.anwiba.master}/commons/advanced/xxmp</url> </scm> <dependencies> <dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-utilities</artifactId> </dependency> <dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-lang</artifactId> </dependency> <dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-logging</artifactId> </dependency> <dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-message</artifactId> </dependency> <dependency> <groupId>net.anwiba.commons</groupId> <artifactId>anwiba-commons-reference</artifactId> </dependency> <dependency> <groupId>org.igniterealtime.smack</groupId> <artifactId>smack</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>net.anwiba.commons.xmpp</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> </project>