🗒️ Notion JAVA SDK.
A Notion SDK for Java, designed to provide a comprehensive interface for interacting with the Notion API. This acts as a modern alternative for seratch's notion-sdk-java.
Note
This project is in active development, expect regular changes and additions!
repositories {
maven { url = uri("https://repo.bitsquidd.xyz/repository/bit/") }
}
dependencies {
implementation("xyz.orbitary.notion:notion-sdk:0.0.1")
}<repositories>
<repository>
<id>repo.bitsquidd.xyz</id>
<url>https://repo.bitsquidd.xyz/repository/bit/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>xyz.orbitary.notion</groupId>
<artifactId>notion-sdk</artifactId>
<version>0.0.1</version>
</dependency>