Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.craftercms |
ArtifactId | ArtifactIdcrafter-profile-client |
Version | Version3.0.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-profile-client/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-profile-client</artifactId>
<version>3.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-client/
implementation 'org.craftercms:crafter-profile-client:3.0.15'
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile-client/
implementation ("org.craftercms:crafter-profile-client:3.0.15")
'org.craftercms:crafter-profile-client:jar:3.0.15'
<dependency org="org.craftercms" name="crafter-profile-client" rev="3.0.15">
<artifact name="crafter-profile-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-profile-client', version='3.0.15')
)
libraryDependencies += "org.craftercms" % "crafter-profile-client" % "3.0.15"
[org.craftercms/crafter-profile-client "3.0.15"]