GroupId | GroupIdcom.github.dblock.waffle |
---|---|
ArtifactId | ArtifactIdwaffle-tests |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
waffle-tests-1.6.pom | |
waffle-tests-1.6.jar | 15 KB |
waffle-tests-1.6-sources.jar | 10 KB |
waffle-tests-1.6-javadoc.jar | 89 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tests/
implementation 'com.github.dblock.waffle:waffle-tests:1.6'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-tests/
implementation ("com.github.dblock.waffle:waffle-tests:1.6")
'com.github.dblock.waffle:waffle-tests:jar:1.6'
<dependency org="com.github.dblock.waffle" name="waffle-tests" rev="1.6">
<artifact name="waffle-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-tests', version='1.6')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-tests" % "1.6"
[com.github.dblock.waffle/waffle-tests "1.6"]