Download easyb-0.9.7.jar file - Jar e

Jar examples for e:easyb

Description

This composite contains a restricted version of easyb-core, so that people can depend on named releases of easyb without having to keep a version range of easyb-core if they so wish. It provides compatibility with existing uses of easyb, and easyb versioning (0.9x). It is *recommended* that people stop using this artefact and instead use the easyb-core with a version range of [1,2] so updated bug fixes and feature releases flow in.

You can download jar file easyb 0.9.7 in this page.

License

MIT License

Build File

You can use the following script to add easyb-0.9.7.jar to your project.

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

Download

Click the following link to download the jar file.

easyb-0.9.7.jar
easyb-0.9.7.pom



Related Tutorials