tinymce-for-flow
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.parttio</groupId> <artifactId>tinymce-for-flow</artifactId> <version>4.2.7</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>org.parttio</groupId> <artifactId>tinymce-for-flow</artifactId> <version>4.2.7</version> <name>TinyMCE for Flow</name> <description>Integration of TinyMCE for Vaadin 10+</description> <url>https://github.com/parttio/tinymce-for-flow</url> <organization> <name>Team Parttio</name> </organization> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Matti Tahvonen</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/parttio/tinymce-for-flow.git</connection> <developerConnection>scm:git:ssh://git@github.com:/parttio/tinymce-for-flow.git</developerConnection> <tag>tinymce-for-flow-4.2.7</tag> <url>https://github.com/parttio/tinymce-for-flow</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/parttio/tinymce-for-flow/issues</url> </issueManagement> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <dependencies> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-core</artifactId> <version>24.3.1</version> <scope>compile</scope> </dependency> </dependencies> </project>