SkillAgentSearch skills...

Mirror

A Java reflection wrapper that provides a clean, and easy-to-use API.

Install / Use

/learn @JailGens/Mirror
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">Mirror</h1> <p align="center"> <img src="https://img.shields.io/github/v/tag/jailgens/mirror?display_name=release&label=Release&style=flat-square&color=12bed3&labelColor=06222b" alt="Version"> <a href="https://app.codecov.io/gh/jailgens/mirror"> <img src="https://img.shields.io/codecov/c/github/jailgens/mirror?label=Coverage&style=flat-square&color=12bed3&labelColor=06222b" alt="Coverage"> </a> <img src="https://img.shields.io/github/commit-activity/m/jailgens/mirror?label=Commits&style=flat-square&color=12bed3&labelColor=06222b" alt="Commit activity"> <img src="https://img.shields.io/github/license/jailgens/mirror?label=License&style=flat-square&color=12bed3&labelColor=06222b" alt="License Apache"> </p> <p align="center"> Java reflection wrapper that provides a much cleaner, and easy-to-use API. </p>

Table of Contents

  1. Documentation
  2. Installation
    1. Gradle (Kotlin DSL)
    2. Gradle (Groovy DSL)
    3. Maven
  3. Contributing
  4. License

📚 Documentation

📦 Installation

<img src="https://img.shields.io/github/v/tag/jailgens/mirror?display_name=release&label=Release&style=flat-square&color=12bed3&labelColor=06222b" alt="Version">

Gradle (Kotlin DSL)

repositories {
    maven("https://repo.jailgens.net/releases")
}

dependencies {
    implementation("net.jailgens:mirror:0.4.0")
}

Gradle (Groovy DSL)

repositories {
    maven {
        url "https://repo.jailgens.net/releases"
    }
}

dependencies {
    implementation "net.jailgens:mirror:0.4.0"
}

Maven

<repositories>
    <repository>
        <id>jailgens</id>
        <url>https://repo.jailgens.net/releases</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>net.jailgens</groupId>
        <artifactId>mirror</artifactId>
        <version>0.4.0</version>
    </dependency>
</dependencies>

🤝 Contributing

CONTRIBUTING.md

📝 License

LICENSE

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

75/100

Audited on Aug 2, 2024

No findings