Java/Kotlin implementation of Prosemirror
Contributions to prosemirror-kotlin are welcome! Please see CONTRIBUTING.md for details.
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/.
<dependency>
<groupId>com.atlassian.prosemirror</groupId>
<artifactId>{moduleIdentifier}</artifactId>
<version>{latest}</version>
</dependency>
implementation("com.atlassian.prosemirror:{moduleIdentifier}:{latest}") // this version number should be updated to update the version of prosemirror-kotlin
Copyright (c) 2024 Atlassian and others. Apache 2.0 licensed, see LICENSE file.