License |
License |
---|---|
GroupId | GroupIdcom.day.commons |
ArtifactId | ArtifactIdquickstart-base |
Last Version | Last Version2.0.82 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDay 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
quickstart-base-2.0.82.pom | |
quickstart-base-2.0.82.jar | 5 MB |
quickstart-base-2.0.82-sources.jar | 459 bytes |
quickstart-base-2.0.82-javadoc.jar | 459 bytes |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3 |