Last Version

FEST: Fixtures for Easy Software Testing 1.0.16

Parent POM for all FEST Modules

License

License

Apache License, Version 2.0
GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest
Version

Version

1.0.16
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 1.0.16

Filename Size
fest-1.0.16.pom 9 KB
Browse

<!-- 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.