noonmaru / tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noonmaru tools

Build Status Coverage Status Maintainability JitPack - Downloads GitHub Twitch Status

  • Features
    • ow 기반의 ClassDefiner와 InstanceCreator
    • gson 기반의 Config
    • Alphanumeric Comparator
    • 간단한 Reflection 유틸리티
  • Gradle
    allprojects {
        ...
        maven { url 'https://jitpack.io' }
    }
    dependencies {
        implementation 'com.github.noonmaru:tools:1.0'
    }

About

License:GNU General Public License v2.0


Languages

Language:Java 100.0%