c

crafter-commons-entitlements

Crafter Commons Entitlements
文件下载
文件名 操作
crafter-commons-entitlements-4.1.1.jar 下载
crafter-commons-entitlements-4.1.1.pom 下载
crafter-commons-entitlements-4.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.craftercms</groupId>
  <artifactId>crafter-commons-entitlements</artifactId>
  <version>4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.craftercms:crafter-commons-entitlements:4.1.1'
Gradle Kotlin
implementation("org.craftercms:crafter-commons-entitlements:4.1.1")
Scala SBT
libraryDependencies += "org.craftercms" % "crafter-commons-entitlements" % "4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.craftercms', module='crafter-commons-entitlements', version='4.1.1')
)
Apache Ivy
<dependency org="org.craftercms" name="crafter-commons-entitlements" rev="4.1.1" />
Leiningen
[org.craftercms/crafter-commons-entitlements "4.1.1"]
Apache Buildr
'org.craftercms:crafter-commons-entitlements:jar:4.1.1'