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