Skip to content

Fernthedev/ReportPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReportPlus+

A fork of ReportPlus with improvements and maintenance

CircleCI JitCI

API

Maven

<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependency>
    <groupId>com.github.Fernthedev</groupId>
    <artifactId>ReportPlus</artifactId>
    <version>Tag</version>
  <scope>provided</scope>
</dependency>

Gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
	dependencies {
           implementation 'com.github.Fernthedev:ReportPlus:Tag'
   }

To use the API, just use

ReportPlusAPI.getApi().

There's not much to say, though if you do need help just make a github issue and it will be answered as soon as possible If you need other methods of contacting, use the original discord server for the original project if it's still up

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%