Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

chocoearly44/Freenom4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freenom4J

Freenom API wrapper for JVM languages.


Contributors Forks Stargazers Issues MIT License

Documentation

Please refer to the Wiki section.

Installation

Replace VERSION with the latest version from releases.

Maven

  1. Add repository
<repository>
  <id>repsy</id>
  <url>https://repo.repsy.io/mvn/chocoearly44/maven</url>
</repository>
  1. Add dependency
<dependency>
  <groupId>tk.thesuperlab</groupId>
  <artifactId>freenom4j</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

  1. Add repository
repositories {
  maven {
    url "https://repo.repsy.io/mvn/chocoearly44/maven"
  }
}
  1. Add dependency
dependencies {
  implementation 'tk.thesuperlab:freenom4j:VERSION'
}

Bug reporting

If you encounter any bugs while using Freenom4J, please report them in the Issues Section.

Support

You can receive additional support in a Discussions Section.

About

Freenom API wrapper for JVM languages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages