Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enderzombi102/enderlib
Common code used by my JVM projects
https://github.com/enderzombi102/enderlib
extension-methods fabricmc java java-8 kotlin library manifold minecraft quiltmc
Last synced: 4 days ago
JSON representation
Common code used by my JVM projects
- Host: GitHub
- URL: https://github.com/enderzombi102/enderlib
- Owner: ENDERZOMBI102
- License: mit
- Created: 2020-12-21T10:05:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T23:02:43.000Z (2 months ago)
- Last Synced: 2024-11-29T01:27:21.451Z (2 months ago)
- Topics: extension-methods, fabricmc, java, java-8, kotlin, library, manifold, minecraft, quiltmc
- Language: Java
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnderLib
Common code used by my JVM projectsThis repo contains all the modules of EnderLib, my JVM library, all commonly used code is put here to be shared with every JVM project i make
Module map
-
| Name | Artifact Coordinates | J8-Compatible | Description |
|---------------------------------------|----------------------------------------------------|---------------|---------------------------------------------------------------------|
| [EnderLib](src) | com.enderzombi102:EnderLib:$version | no | Common utilities |
| [EnderLib](jvm8) | com.enderzombi102.EnderLib:jvm8:$version | yes | Common utilities, for Java 8 |
| [EnderLib: Manifolds](manifolds) | com.enderzombi102.EnderLib:manifolds:$version | no | Extension methods based off EnderLib's common utilities |
| [EnderLib: Manifolds](manifolds-jvm8) | com.enderzombi102.EnderLib:manifolds-jvm8:$version | yes | Extension methods based off EnderLib's common utilities, for Java 8 |
| [EnderLib: Fabric](fabric) | com.enderzombi102.EnderLib:fabric:$version | no | Common Fabric utilities, ex. events |
| [EnderLib: Quilt](quilt) | com.enderzombi102.EnderLib:quilt:$version | no | Common Quilt utilities, ex. events |