Download beige-lib-2.1.10.jar file - Jar b

Jar examples for b:beige-lib

Description

Beigesoft common Java library. It contains interfaces and other crossplatform logic (almost UI) e.g. interface to draw line, rectangle, widgets list and tree chooser, utils, etc.

You can download jar file beige-lib 2.1.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add beige-lib-2.1.10.jar to your project.

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

Download

Click the following link to download the jar file.

beige-lib-2.1.10-javadoc.jar
beige-lib-2.1.10-sources.jar
beige-lib-2.1.10.jar
beige-lib-2.1.10.pom



Related Tutorials