richtextfx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>richtextfx</artifactId>
<version>1.14</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>masterpom</artifactId>
<groupId>com.sta-soft</groupId>
<version>1.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>richtextfx</artifactId>
<name>RichTextFX</name>
<version>1.14</version>
<description>FX-Text-Area for formatted text and other special effects.</description>
<url>http://www.sta-soft.com</url>
<inceptionYear>2018-2021, 2023-2025</inceptionYear>
<developers>
<developer>
<name>Steffen Albrecht</name>
<email>steffen.albrecht.ef@sta-soft.com</email>
<organization>>StA-Soft<</organization>
<organizationUrl>http://www.sta-soft.com</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://ubuntu2/svn/myrepo/RichTextFX/trunk</connection>
<developerConnection>scm:svn:http://ubuntu2/svn/myrepo/RichTextFX/trunk</developerConnection>
<url>http://ubuntu2/svn/myrepo/RichTextFX/trunk/</url>
</scm>
<organization>
<name>>StA-Soft<</name>
<url>http://www.sta-soft.com</url>
</organization>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mlogger</artifactId>
<version>1.44</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>mutils</artifactId>
<groupId>com.sta-soft</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mjavafx</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>