Download beanfabrics-core-1.4.3.jar file - Jar b

Jar examples for b:beanfabrics-core

Description

Beanfabrics is a component framework for building Java desktop applications according to the Presentation Model Pattern with Swing.

You can download jar file beanfabrics-core 1.4.3 in this page.

License

GNU Lesser General Public License, Version 3

Build File

You can use the following script to add beanfabrics-core-1.4.3.jar to your project.

<dependency>
   <groupId>org.beanfabrics</groupId>
   <artifactId>beanfabrics-core</artifactId>
   <version>1.4.3</version>
</dependency>
compile group: 'org.beanfabrics', name: 'beanfabrics-core', version: '1.4.3'
libraryDependencies += "org.beanfabrics" % "beanfabrics-core" % "1.4.3"
<dependency org="org.beanfabrics" name="beanfabrics-core" rev="1.4.3"/>
@Grapes(@Grab(group='org.beanfabrics', module='beanfabrics-core', version='1.4.3'))
'org.beanfabrics:beanfabrics-core:jar:1.4.3'

Download

Click the following link to download the jar file.

beanfabrics-core-1.4.3-javadoc.jar
beanfabrics-core-1.4.3-sources.jar
beanfabrics-core-1.4.3.jar
beanfabrics-core-1.4.3.pom



Related Tutorials