GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-profile-integration-tests |
Version | Versionv2.5.0-Beta7 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-profile-integration-tests/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-profile-integration-tests</artifactId>
<version>v2.5.0-Beta7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-integration-tests/
implementation 'org.craftercms:crafter-profile-integration-tests:v2.5.0-Beta7'
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-integration-tests/
implementation ("org.craftercms:crafter-profile-integration-tests:v2.5.0-Beta7")
'org.craftercms:crafter-profile-integration-tests:war:v2.5.0-Beta7'
<dependency org="org.craftercms" name="crafter-profile-integration-tests" rev="v2.5.0-Beta7">
<artifact name="crafter-profile-integration-tests" type="war" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-profile-integration-tests', version='v2.5.0-Beta7')
)
libraryDependencies += "org.craftercms" % "crafter-profile-integration-tests" % "v2.5.0-Beta7"
[org.craftercms/crafter-profile-integration-tests "v2.5.0-Beta7"]