FEST: Fixtures for Easy Software Testing

Parent POM for all FEST Modules

License

License

Apache License, Version 2.0
GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest
Last Version

Last Version

1.0.16
Release Date

Release Date

Type

Type

pom
Description

Description

FEST: Fixtures for Easy Software Testing
Parent POM for all FEST Modules
Project URL

Project URL

http://fest.easytesting.org
Project Organization

Project Organization

FEST (Fixtures for Easy Software Testing)
Source Code Management

Source Code Management

https://github.com/alexruiz/fest-maven-setup

Download fest

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0