jwebmp-text-input-effects
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.jre10</groupId> <artifactId>jwebmp-text-input-effects</artifactId> <version>0.59.0.14</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.jre10</groupId> <artifactId>jwebmp-parent</artifactId> <version>0.59.0.14</version> </parent> <artifactId>jwebmp-text-input-effects</artifactId> <packaging>jar</packaging> <name>Text Input Effects</name> <description>The JWebSwing implementation for the Text Input Effects collection</description> <url>https://github.com/GedMarc/Angular-Route</url> <issueManagement> <system>Github</system> <url>https://github.com/GedMarc/Angular-Route/issues</url> </issueManagement> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jwebmp-core</artifactId> <version>0.59.0.14</version> <classifier></classifier> <optional>false</optional> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>guiced-injection</artifactId> <version>0.59.0.14</version> <classifier></classifier> <optional>false</optional> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jwebmp-log-master</artifactId> <version>0.59.0.14</version> <classifier></classifier> <optional>false</optional> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>jwebmp-interception</artifactId> <version>0.59.0.14</version> <classifier></classifier> <optional>false</optional> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>guiced-servlets</artifactId> <version>0.59.0.14</version> <type>jar</type> <classifier></classifier> <optional>false</optional> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> <type>jar</type> </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?tab=repositories</url> </scm> <ciManagement> <system>TeamCity</system> <url>http://jwebmp.com/teamcity</url> </ciManagement> </project>