jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.81k stars 376 forks source link

Latest version on mvn is 0.9.5 ( March 2015) #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

I could only March 2015 build of 0.9.5 in mvn. https://mvnrepository.com/artifact/org.jooq/joor . Is there a plan to push a newer version anytime soon? . The other way for me is to use jOOR as a git submodule and that comes a bit of complications for me

lukaseder commented 8 years ago

Sure, why not. Thanks for the reminder. Released this just now. It will be available from Maven Central within the next 1-2 hours.