HttpMarco / osgan

Osgan offers developers streamlined utility functions for reflection, data manipulation, and general tasks, emphasizing simplicity and extensibility.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflections

Release Version

Installation

Planned in the future

  • Better json reader and worker
  • Aeon and yaml support
  • Simple and easy kubernetes api

Snapshot-Repository: Find latest snapshot version here Click

repositories {
    maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
}

Dependency:

implementation("dev.httpmarco:osgan-files:version")
implementation("dev.httpmarco:osgan-reflections:version")
implementation("dev.httpmarco:osgan-utils:version")
implementation("dev.httpmarco:osgan-kubernetes:version")

Readme work in progress...

About

Osgan offers developers streamlined utility functions for reflection, data manipulation, and general tasks, emphasizing simplicity and extensibility.

License:Apache License 2.0


Languages

Language:Java 100.0%