# dnspod-java **Repository Path**: mirrors_belerweb/dnspod-java ## Basic Information - **Project Name**: dnspod-java - **Description**: DNSPod API written in java. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## DNSPod Java ## **DNSPod Java** is a wrapper for **[DNSPod API](https://support.dnspod.cn/Support/api)**. ### Usages ### DNSPod Java has been deployed in maven central repository. If you are using maven, just add maven dependency in your pom.xml. ```xml ... 1.0.0-alpha ... com.belerweb dnspod-java ${dependency.dnspodjava.version} ```