c

crx-commons

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