jwebmp-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp</groupId> <artifactId>jwebmp-core</artifactId> <version>0.62.0.1</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</groupId> <artifactId>jwebmp-parent</artifactId> <version>0.62.0.1</version> </parent> <artifactId>jwebmp-core</artifactId> <packaging>jar</packaging> <name>JWebMP</name> <description>The core of the JWebMP library allowing you to create enterprise grade level applications </description> <url>https://github.com/GedMarc/JWebMP</url> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jwebmp-interception</artifactId> <version>0.62.0.1</version> <classifier></classifier> <!--<optional>false</optional>--> <type>jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>uadetector-core</artifactId> <version>0.62.0.1</version> <classifier></classifier> <!--<optional>false</optional>--> <type>jar</type> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>uadetector-resources</artifactId> <version>0.62.0.1</version> <classifier></classifier> <!--<optional>false</optional>--> <type>jar</type> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc/JWebMP</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/JWebMP/issues</url> </issueManagement> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>