Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.53 KB

Prosemirror Kotlin

Atlassian license PRs Welcome

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}") // this version number should be updated to update the version of prosemirror-kotlin

License

Copyright (c) 2024 Atlassian and others. Apache 2.0 licensed, see LICENSE file.


With �� from Atlassian