is not current version
Last Version 0.2

org.gaelyk:gaelyk-functional-test 0.1

A set of helpers to make functional testing of Gaelyk applications easier

GroupId

GroupId

org.gaelyk
ArtifactId

ArtifactId

gaelyk-functional-test
Version

Version

0.1
Type

Type

jar

Download gaelyk-functional-test 0.1


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