q

quickstart-base

The Quickstart base module is used by create runnable jars ("quickstarts") for Day applications like CRX and CQ5. It creates a runnable jar which includes the reusable parts of a Quickstart setup. This module can be reused and customized (with additional webapps and graphics) to create the actual Quickstartable applications. See the crx-quickstart module for an example.
https://adobe.com
License Agreement
Adobe
Adobe
Files download
File Operation
quickstart-base-2.0.64.jar download
quickstart-base-2.0.64.pom download
quickstart-base-2.0.64-sources.jar download
Apache Maven
<dependency>
  <groupId>com.day.commons</groupId>
  <artifactId>quickstart-base</artifactId>
  <version>2.0.64</version>
</dependency>
Gradle Groovy
implementation 'com.day.commons:quickstart-base:2.0.64'
Gradle Kotlin
implementation("com.day.commons:quickstart-base:2.0.64")
Scala SBT
libraryDependencies += "com.day.commons" % "quickstart-base" % "2.0.64"
Groovy Grape
@Grapes(
  @Grab(group='com.day.commons', module='quickstart-base', version='2.0.64')
)
Apache Ivy
<dependency org="com.day.commons" name="quickstart-base" rev="2.0.64" />
Leiningen
[com.day.commons/quickstart-base "2.0.64"]
Apache Buildr
'com.day.commons:quickstart-base:jar:2.0.64'