c

crx-commons

The CRX Commons Library
Files download
File Operation
crx-commons-2.2.0-load8.jar download
crx-commons-2.2.0-load8.pom download
crx-commons-2.2.0-load8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.crx</groupId>
  <artifactId>crx-commons</artifactId>
  <version>2.2.0-load8</version>
</dependency>
Gradle Groovy
implementation 'com.day.crx:crx-commons:2.2.0-load8'
Gradle Kotlin
implementation("com.day.crx:crx-commons:2.2.0-load8")
Scala SBT
libraryDependencies += "com.day.crx" % "crx-commons" % "2.2.0-load8"
Groovy Grape
@Grapes(
  @Grab(group='com.day.crx', module='crx-commons', version='2.2.0-load8')
)
Apache Ivy
<dependency org="com.day.crx" name="crx-commons" rev="2.2.0-load8" />
Leiningen
[com.day.crx/crx-commons "2.2.0-load8"]
Apache Buildr
'com.day.crx:crx-commons:jar:2.2.0-load8'