editorjs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.editorjs</groupId>
<artifactId>editorjs</artifactId>
<version>2.31.6</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.mvnpm.at.editorjs</groupId>
<artifactId>editorjs</artifactId>
<version>2.31.6</version>
<name>editorjs editorjs</name>
<description>Editor.js — open source block-style WYSIWYG editor with JSON output</description>
<url>https://github.com/codex-team/editor.js</url>
<organization>
<name>CodeX</name>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>codex-team</name>
<email>team@codex.so</email>
</developer>
</developers>
<scm>
<connection>https://github.com/codex-team/editor.js.git</connection>
<developerConnection>https://github.com/codex-team/editor.js.git</developerConnection>
<url>https://github.com/codex-team/editor.js</url>
</scm>
<properties>
<org.mvnpm.at.editorjs-caret.version>[1.0.1,2)</org.mvnpm.at.editorjs-caret.version>
<org.mvnpm-codex-notifier.version>[1.1.2,2)</org.mvnpm-codex-notifier.version>
<org.mvnpm-codex-tooltip.version>[1.0.5,2)</org.mvnpm-codex-tooltip.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>codex-tooltip</artifactId>
<version>${org.mvnpm-codex-tooltip.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>codex-notifier</artifactId>
<version>${org.mvnpm-codex-notifier.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.editorjs</groupId>
<artifactId>caret</artifactId>
<version>${org.mvnpm.at.editorjs-caret.version}</version>
</dependency>
</dependencies>
</project>