MVN

org.easyb : easyb

Maven & Gradle

Apr 02, 2011
5 usages
30 stars

Easyb composite · 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.

<dependency>
    <groupId>org.easyb</groupId>
    <artifactId>easyb</artifactId>
    <version>0.99</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.easyb : easyb to add to Maven - Latest Versions:

  • Latest Stable: 0.99

All Versions

Choose a version of org.easyb : easyb to add to Maven - All Versions:

Version Vulnerabilities Updated
0.99
easyb-0.99
0.9.x
easyb-0.9.8
easyb-0.9.7
easyb-0.9.6
easyb-0.9.5.2
easyb-0.9.5.1
easyb-0.9.5
easyb-0.9.1
0.9
easyb-0.9
0.8
easyb-0.8
0.7
easyb-0.7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.easyb</groupId>
    <artifactId>easyb</artifactId>
    <version>0.99</version>
</dependency>

Advertisement