License |
License |
---|---|
GroupId | GroupIdcom.github.stephanenicolas |
ArtifactId | ArtifactIdtoothpick-testing |
Version | Version1.0.0-RC1 |
Type | Typejar |
Description |
DescriptionToothpick Testing
'Testing support for Toothpick'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-testing/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>toothpick-testing</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-testing/
implementation 'com.github.stephanenicolas:toothpick-testing:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-testing/
implementation ("com.github.stephanenicolas:toothpick-testing:1.0.0-RC1")
'com.github.stephanenicolas:toothpick-testing:jar:1.0.0-RC1'
<dependency org="com.github.stephanenicolas" name="toothpick-testing" rev="1.0.0-RC1">
<artifact name="toothpick-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='toothpick-testing', version='1.0.0-RC1')
)
libraryDependencies += "com.github.stephanenicolas" % "toothpick-testing" % "1.0.0-RC1"
[com.github.stephanenicolas/toothpick-testing "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.stephanenicolas : toothpick-runtime | jar | 1.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
com.github.stephanenicolas : toothpick-compiler | jar | 1.0.0-RC1 |
org.easymock : easymock | jar | 3.4 |