GroupId | GroupIdcloud.piranha.pages |
---|---|
ArtifactId | ArtifactIdpiranha-pages-wasp-tests |
Version | Version21.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cloud.piranha.pages/piranha-pages-wasp-tests/ -->
<dependency>
<groupId>cloud.piranha.pages</groupId>
<artifactId>piranha-pages-wasp-tests</artifactId>
<version>21.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.piranha.pages/piranha-pages-wasp-tests/
implementation 'cloud.piranha.pages:piranha-pages-wasp-tests:21.4.0'
// https://jarcasting.com/artifacts/cloud.piranha.pages/piranha-pages-wasp-tests/
implementation ("cloud.piranha.pages:piranha-pages-wasp-tests:21.4.0")
'cloud.piranha.pages:piranha-pages-wasp-tests:jar:21.4.0'
<dependency org="cloud.piranha.pages" name="piranha-pages-wasp-tests" rev="21.4.0">
<artifact name="piranha-pages-wasp-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.piranha.pages', module='piranha-pages-wasp-tests', version='21.4.0')
)
libraryDependencies += "cloud.piranha.pages" % "piranha-pages-wasp-tests" % "21.4.0"
[cloud.piranha.pages/piranha-pages-wasp-tests "21.4.0"]