Day Quickstart base module

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.

License

License

GroupId

GroupId

com.day.commons
ArtifactId

ArtifactId

quickstart-base
Last Version

Last Version

2.0.82
Release Date

Release Date

Type

Type

jar
Description

Description

Day Quickstart base module
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.
Project URL

Project URL

https://adobe.com
Project Organization

Project Organization

Adobe

Download quickstart-base

How to add to project

<!-- https://jarcasting.com/artifacts/com.day.commons/quickstart-base/ -->
<dependency>
    <groupId>com.day.commons</groupId>
    <artifactId>quickstart-base</artifactId>
    <version>2.0.82</version>
</dependency>
// https://jarcasting.com/artifacts/com.day.commons/quickstart-base/
implementation 'com.day.commons:quickstart-base:2.0.82'
// https://jarcasting.com/artifacts/com.day.commons/quickstart-base/
implementation ("com.day.commons:quickstart-base:2.0.82")
'com.day.commons:quickstart-base:jar:2.0.82'
<dependency org="com.day.commons" name="quickstart-base" rev="2.0.82">
  <artifact name="quickstart-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.day.commons', module='quickstart-base', version='2.0.82')
)
libraryDependencies += "com.day.commons" % "quickstart-base" % "2.0.82"
[com.day.commons/quickstart-base "2.0.82"]

Dependencies

compile (6)

Group / Artifact Type Version
com.day.cqse : launcher jar 4.1.12
com.day.cqse : cqse-dist zip 4.1.12
com.day.commons : day-commons-cli jar 2.0.6
com.day.commons : day-commons-io jar 1.1.8
com.day.commons » day-commons-jar-jarutil jar 1.0.16
commons-io : commons-io Optional jar 1.4

provided (1)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.82
2.0.64