jwebmp-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-core</artifactId>
<version>1.2.2.1-jre17</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jwebmp.core</groupId>
<artifactId>jwebmp-core</artifactId>
<version>1.2.2.1-jre17</version>
<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>
<licenses>
<license>
<name>GPL 3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>GedMarc</id>
<name>Marc Magon</name>
<email>marc.magon@gmail.com</email>
<url>https://github.com/GedMarc</url>
</developer>
</developers>
<scm>
<url>https://github.com/GedMarc/JWebMP</url>
</scm>
<dependencies>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>guava</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-injection</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>uadetector-core</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guiced-log-master</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.servlets</groupId>
<artifactId>guiced-servlets</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.servlets</groupId>
<artifactId>guiced-websockets</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>uadetector-resources</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-lang3</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-text</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>commons-io</artifactId>
<version>1.2.2.1-jre17</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>