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