c

crx-commons

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