jwebmp-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-core</artifactId> <version>1.1.1.9-jre15</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.9-jre15</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>com.jwebmp.core</groupId> <artifactId>jwebmp-testlib</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.guicedee</groupId> <artifactId>guiced-injection</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>uadetector-core</artifactId> </dependency> <dependency> <groupId>com.guicedee</groupId> <artifactId>guiced-log-master</artifactId> </dependency> <dependency> <groupId>com.guicedee.servlets</groupId> <artifactId>guiced-servlets</artifactId> </dependency> <dependency> <groupId>com.guicedee.servlets</groupId> <artifactId>guiced-websockets</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>uadetector-resources</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-io</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>