Prosemirror Kotlin

Java/Kotlin implementation of Prosemirror
Documentation
Contributions
Contributions to prosemirror-kotlin are welcome! Please see CONTRIBUTING.md for details.
Maven / Gradle dependency
Add prosemirror-kotlin dependencies using prosemirror. in place of the normal artifact specifier.
Check the latest packages at Maven central on: https://packages.atlassian.com/maven-central/com/atlassian/prosemirror/.
Maven:
<dependency>
<groupId>com.atlassian.prosemirror</groupId>
<artifactId>{moduleIdentifier}</artifactId>
<version>{latest}</version>
</dependency>
Gradle:
implementation("com.atlassian.prosemirror:{moduleIdentifier}:{latest}")
License
Copyright (c) 2024 Atlassian and others.
Apache 2.0 licensed, see LICENSE file.
