BetterBeansBinding *is* now really in the Central Maven Repository
So I'm taking the chance of this event for my first blog post with the new Java.Net infrastructure. It sounds as there have been issues yesterday, but I was on a cultural/gastronomic tour in Val d'Orcia and I only worked with my netbook for writing down some offline documentation - and today it sounds as most of the problems have been fixed. Well, I suppose I'll know that when I push the "Save" button.
So, in order to use BBB in your Maven project you only need this snippet in your pom:
<dependencies>
<dependency>
<groupId>it.tidalwave.betterbeansbinding</groupId>
<artifactId>betterbeansbinding-core</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>it.tidalwave.betterbeansbinding</groupId>
<artifactId>betterbeansbinding-swingbinding</artifactId>
<version>1.3.0</version>
</dependency>
...
</dependencies>
And if the above code will get published and properly formatted without the usual headaches, I'll be a happy blogger with the new Java.Net platform :-)
- Login or register to post comments
- Printer-friendly version
- fabriziogiudici's blog
- 2375 reads






Comments
Good to hear, Beside JSR-275
by cat - 2009-08-25 08:21
Good to hear, Beside JSR-275 you seem the only other serious JSR using Kenai already ;-) Do you deploy from there or from the CI you added by yourself?