| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.day.commons |
| Идентификатор | Идентификаторquickstart-base |
| Последняя версия | Последняя версия2.0.82 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 Необязательный | jar | 1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.3 |