Dienstag, 31. Dezember 2013

BARACUS stable version 0.7 released

Today I am glad to announce that BARACUS framework version 0.7 has been released.

It can be included using the coordinates

<dependency>
<groupid>org.baracus</groupid>
<artifactid>baracus-framework</artifactid>
<version>0.7</version>
<type>apklib</type>
</dependency>


Also, I upgraded the baracus-demoapp to a newer android plugin version plus the new Baracus version. It can be downloaded from my github repository. It contains the demonstration code for automatic form validation (a new tutorial covering this topic has not been written yet).

The branch with the sourcecode of this stable release can be found here

Due to the nature of this date, this will be the last release for this year ;-)

Regards,
mnt

Dienstag, 17. Dezember 2013

BARACUS now available via Maven Cetral Repository

Today Baracus Framework now officially is accessible through Maven Cetral Repository. The first available version is 0.7-Beta1, so if You use the coordinates
<dependency>
<groupid>org.baracus</groupid>
<artifactid>baracus-framework</artifactid>
<version>0.7-Beta1</version>
<type>apklib</type>
</dependency>
You now can use BARACUS without the MANTUCON repository. The 0.7 Beta already includes - besides a number of bugfixes - automated / declarative form validation (a tutorial to this topic is going to follow until end of January). Regards, mnt