Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Col-E/RcUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recaf Utility Classes

These are copy-pasted here from the main repo for the following use cases:

  1. Wanting to use the Recaf utilities without importing the whole Recaf dependency tree.
  2. Quick reference/skidding since these don't depend on internal Recaf components.

Usage

Add dependency

Add Jitpack to your repositories

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the dependency (where VERSION is the latest version, IE 1.0.0)

<dependency>
    <groupId>com.github.Col-E</groupId>
    <artifactId>rcutils</artifactId>
    <version>VERSION</version>
</dependency>