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