easyb-core

A behavior driven development framework for the Java platform

License

License

GroupId

GroupId

org.easyb
ArtifactId

ArtifactId

easyb-core
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

jar
Description

Description

easyb-core
A behavior driven development framework for the Java platform
Project URL

Project URL

http://www.easyb.org/easyb-core
Source Code Management

Source Code Management

http://github.com/easyb/easyb-core

Download easyb-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.easyb/easyb-core/ -->
<dependency>
    <groupId>org.easyb</groupId>
    <artifactId>easyb-core</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyb/easyb-core/
implementation 'org.easyb:easyb-core:1.6'
// https://jarcasting.com/artifacts/org.easyb/easyb-core/
implementation ("org.easyb:easyb-core:1.6")
'org.easyb:easyb-core:jar:1.6'
<dependency org="org.easyb" name="easyb-core" rev="1.6">
  <artifact name="easyb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyb', module='easyb-core', version='1.6')
)
libraryDependencies += "org.easyb" % "easyb-core" % "1.6"
[org.easyb/easyb-core "1.6"]

Dependencies

compile (4)

Group / Artifact Type Version
org.easyb : easyb-composite-groovy pom [1.2,2)
org.easyb : easyb-ast jar [1.1,2)
commons-cli : commons-cli jar 1.2
commons-lang : commons-lang jar 2.5

provided (1)

Group / Artifact Type Version
ant : ant jar 1.6.5

Project Modules

There are no modules declared in this project.

easyb-core

This project contains the main code for easyb.

Building

In case you are building a released version of easyb-core, it will be enough to check out this project only and build it.

When building SNAPSHOT versions you'll have to checkout and build (mvn install) the following projects before:

  • easyb-parent
  • easyb-maven-parent
  • easyb-ast
  • easyb-composite-groovy
org.easyb

easyb project

Versions

Version
1.6
1.5
1.4
1.3
1.2
1.1