c

crx-commons

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