# pushdeer-java-sdk **Repository Path**: DemoRain/pushdeer-java-sdk ## Basic Information - **Project Name**: pushdeer-java-sdk - **Description**: java sdk for pushdeer, more details: https://gitee.com/easychen/pushdeer - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-10-07 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## PushDeer sdk for java ### intro **current implemented** custom set pushdeer server host and self pushkey to send text、image、markdown message. ### Usage you can execute the following command int the project root directory: ```ssh mvn clean install ``` to install the jar file in your local maven repository. Then you can add the following info into your other project: ```xml com.pushdeer pushdeer-java-sdk 1.0.0 ``` Happy Coding! ### Inspired By https://github.com/gaoliang/pypushdeer Respect ### TODO Have not been decided yet. Maybe I can learn from the go sdk and implement more interfaces. ### PS if you have any idea, please let me know.