Skip to content

atlassian-labs/prosemirror-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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