Sham

A test data generation library

License

License

Categories

Categories

Data
GroupId

GroupId

org.shamdata
ArtifactId

ArtifactId

sham
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Sham
A test data generation library
Project URL

Project URL

http://github.com/tomdcc/sham

Download sham

How to add to project

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

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.

Sham Test Data Generation Library

Sham is a test data generation library for Java and JVM-based projects.

Download

Download Sham from the files area in GitHub or pull it from Maven Central. See the user guide in the distribution for details.

Documentation

Please see the included user guide in doc/guide, and Javadoc under doc/api.

Feedback / Bugs

Please send any feedback to github@tomd.cc or raise a ticket in the GitHub issue tracker at https://github.com/tomdcc/sham/issues.

Contribute

The project can be forked from https://github.com/tomdcc/sham. Contributions welcome!

Versions

Version
0.3
0.2
0.1