c

crafter-commons-entitlements

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