Files download
File Operation
crafter-profile-4.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.craftercms</groupId>
  <artifactId>crafter-profile</artifactId>
  <version>4.2.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.craftercms:crafter-profile:4.2.0'
Gradle Kotlin
implementation("org.craftercms:crafter-profile:4.2.0")
Scala SBT
libraryDependencies += "org.craftercms" % "crafter-profile" % "4.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.craftercms', module='crafter-profile', version='4.2.0')
)
Apache Ivy
<dependency org="org.craftercms" name="crafter-profile" rev="4.2.0" />
Leiningen
[org.craftercms/crafter-profile "4.2.0"]
Apache Buildr
'org.craftercms:crafter-profile:jar:4.2.0'
Dependencies
<parent>
  <groupId>org.craftercms</groupId>
  <artifactId>crafter-profile-parent</artifactId>
  <version>4.2.0</version>
</parent>

compile

|-- org.craftercms:crafter-commons-mongo

|-- org.craftercms:crafter-commons-utilities

|-- org.craftercms:crafter-commons-entitlements

|-- org.craftercms:crafter-profile-api

|-- org.apache.commons:commons-fileupload2-jakarta-servlet6

|-- org.eclipse.angus:angus-mail

|-- org.eclipse.angus:angus-activation

|-- org.bouncycastle:bcpg-jdk18on

|-- org.quartz-scheduler:quartz

|-- org.springframework:spring-core

|-- org.springframework:spring-context

|-- org.springframework:spring-context-support

|-- org.springframework:spring-beans

|-- org.springframework:spring-expression

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- org.springframework:spring-tx

|-- org.springframework:spring-oxm

|-- org.springframework:spring-aop

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.thoughtworks.xstream:xstream

|-- org.freemarker:freemarker

|-- org.aspectj:aspectjrt

|-- org.aspectj:aspectjweaver

|-- org.slf4j:slf4j-api

|-- org.slf4j:jcl-over-slf4j

|-- org.apache.logging.log4j:log4j-api

|-- org.apache.logging.log4j:log4j-core

|-- org.apache.logging.log4j:log4j-jakarta-web

|-- org.apache.logging.log4j:log4j-slf4j2-impl

|-- jakarta.xml.bind:jakarta.xml.bind-api

provided

|-- jakarta.servlet:jakarta.servlet-api

test

|-- junit:junit

|-- org.mockito:mockito-core

|-- org.springframework:spring-test