Gaelyk Functional Test Tools
Gaelyk Functional Test Tools is a set of helpers to make functional testing of Gaelyk applications easier.
Documentation is available in project's github pages.
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdorg.gaelyk |
ArtifactId | ArtifactIdgaelyk-functional-test-datastore-builder |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGaelyk Functional Test Datastore Builder
Provides runtime dependencies for Gaelyk Functional Test datastore builder DSL
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.gaelyk/gaelyk-functional-test-datastore-builder/ -->
<dependency>
<groupId>org.gaelyk</groupId>
<artifactId>gaelyk-functional-test-datastore-builder</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaelyk/gaelyk-functional-test-datastore-builder/
implementation 'org.gaelyk:gaelyk-functional-test-datastore-builder:0.2'
// https://jarcasting.com/artifacts/org.gaelyk/gaelyk-functional-test-datastore-builder/
implementation ("org.gaelyk:gaelyk-functional-test-datastore-builder:0.2")
'org.gaelyk:gaelyk-functional-test-datastore-builder:jar:0.2'
<dependency org="org.gaelyk" name="gaelyk-functional-test-datastore-builder" rev="0.2">
<artifact name="gaelyk-functional-test-datastore-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaelyk', module='gaelyk-functional-test-datastore-builder', version='0.2')
)
libraryDependencies += "org.gaelyk" % "gaelyk-functional-test-datastore-builder" % "0.2"
[org.gaelyk/gaelyk-functional-test-datastore-builder "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-1.0-sdk | jar | 1.7.0 |
Gaelyk Functional Test Tools is a set of helpers to make functional testing of Gaelyk applications easier.
Documentation is available in project's github pages.