GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-profile |
Version | Version2.4.1 |
Type | Typewar |
Filename | Size |
---|---|
crafter-profile-2.4.1.pom | |
crafter-profile-2.4.1.war | 26 MB |
crafter-profile-2.4.1-sources.jar | 111 KB |
crafter-profile-2.4.1-javadoc.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-profile/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-profile</artifactId>
<version>2.4.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile/
implementation 'org.craftercms:crafter-profile:2.4.1'
// https://jarcasting.com/artifacts/org.craftercms/crafter-profile/
implementation ("org.craftercms:crafter-profile:2.4.1")
'org.craftercms:crafter-profile:war:2.4.1'
<dependency org="org.craftercms" name="crafter-profile" rev="2.4.1">
<artifact name="crafter-profile" type="war" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-profile', version='2.4.1')
)
libraryDependencies += "org.craftercms" % "crafter-profile" % "2.4.1"
[org.craftercms/crafter-profile "2.4.1"]