c

crx-commons

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