Releases: caoimhebyrne/BetterInject
0.1.3
Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.
Changelog
- Fix issue with running under latest loom version
Adding it to your project
You can get BetterInject from Jitpack.
implementation("com.github.cbyrneee:BetterInject:0.1.3")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.3") // Required for refmap
0.1.2
Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.
Changelog
- Fix issue with build
Adding it to your project
You can get BetterInject from Jitpack.
implementation("com.github.cbyrneee:BetterInject:0.1.2")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.2") // Required for refmap
0.1.1
Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.
Changelog
- Include license in the final JAR
Adding it to your project
You can get BetterInject from Jitpack.
implementation("com.github.cbyrneee:BetterInject:0.1.1")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.1") // Required for refmap
0.1.0
Alpha 0.1.0
This is the first alpha release of BetterInject! For more information on how to use it, check out our README.
Warning
BetterInject is in alpha this means that things may not work fully, however I have tried my best to test it as much as possible. Things may break, and if they do, open an issue (with as much info as possible please!) and I'll try my best to fix it for you.
Adding it to your project
You can get BetterInject from Jitpack.
implementation("com.github.cbyrneee:BetterInject:0.1.0")
annotationProcessor("com.github.cbyrneee:BetterInject:0.1.0") // Required for refmap