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