GroupId | GroupIdcom.github.waffle |
---|---|
ArtifactId | ArtifactIdwaffle-tests-jakarta |
Version | Version2.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.waffle/waffle-tests-jakarta/ -->
<dependency>
<groupId>com.github.waffle</groupId>
<artifactId>waffle-tests-jakarta</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waffle/waffle-tests-jakarta/
implementation 'com.github.waffle:waffle-tests-jakarta:2.3.0'
// https://jarcasting.com/artifacts/com.github.waffle/waffle-tests-jakarta/
implementation ("com.github.waffle:waffle-tests-jakarta:2.3.0")
'com.github.waffle:waffle-tests-jakarta:jar:2.3.0'
<dependency org="com.github.waffle" name="waffle-tests-jakarta" rev="2.3.0">
<artifact name="waffle-tests-jakarta" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waffle', module='waffle-tests-jakarta', version='2.3.0')
)
libraryDependencies += "com.github.waffle" % "waffle-tests-jakarta" % "2.3.0"
[com.github.waffle/waffle-tests-jakarta "2.3.0"]