GroupId | GroupIdcom.github.dblock.waffle |
---|---|
ArtifactId | ArtifactIdwaffle-tests |
Version | Version1.7.4 |
Type | Typejar |
Filename | Size |
---|---|
waffle-tests-1.7.4.pom | |
waffle-tests-1.7.4.jar | 16 KB |
waffle-tests-1.7.4-test-sources.jar | 17 KB |
waffle-tests-1.7.4-test-javadoc.jar | 103 KB |
waffle-tests-1.7.4-sources.jar | 13 KB |
waffle-tests-1.7.4-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tests/ -->
<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-tests</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tests/
implementation 'com.github.dblock.waffle:waffle-tests:1.7.4'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tests/
implementation ("com.github.dblock.waffle:waffle-tests:1.7.4")
'com.github.dblock.waffle:waffle-tests:jar:1.7.4'
<dependency org="com.github.dblock.waffle" name="waffle-tests" rev="1.7.4">
<artifact name="waffle-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-tests', version='1.7.4')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-tests" % "1.7.4"
[com.github.dblock.waffle/waffle-tests "1.7.4"]