https://github.com/dorkbox/classutils
Class helpers and utilities for managing class hierarchies.
https://github.com/dorkbox/classutils
Last synced: over 1 year ago
JSON representation
Class helpers and utilities for managing class hierarchies.
- Host: GitHub
- URL: https://github.com/dorkbox/classutils
- Owner: dorkbox
- License: other
- Created: 2023-08-05T18:13:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T11:23:20.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:01.914Z (over 1 year ago)
- Language: Kotlin
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dorkbox Class Helpers and Utilities
###### [](https://git.dorkbox.com/dorkbox/ClassUtils) [](https://github.com/dorkbox/ClassUtils) [](https://gitlab.com/dorkbox/ClassUtils)
Class helpers and utilities for managing class hierarchies.
Maven Info
---------
```
...
com.dorkbox
ClassUtils
1.4
```
Gradle Info
---------
```
dependencies {
...
compile "com.dorkbox:ClassUtils:1.4"
}
```
License
---------
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.