is not current version
Last Version 2.0.0

com.greenbird:greenbird-test-tools 1.0.0

A collection of utilities that simplifies the testing of greenbird components.

GroupId

GroupId

com.greenbird
ArtifactId

ArtifactId

greenbird-test-tools
Version

Version

1.0.0
Type

Type

jar

Download greenbird-test-tools 1.0.0


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