Java 8 Modules - Parent

Wicketstuff core modules that require to be build using Java 8. Typically this is because of a Java 8 feature requirement or Java 8 compiled upstream dependency.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.wicketstuff
Идентификатор

Идентификатор

jdk-1.8-parent
Последняя версия

Последняя версия

7.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Java 8 Modules - Parent
Wicketstuff core modules that require to be build using Java 8. Typically this is because of a Java 8 feature requirement or Java 8 compiled upstream dependency.
Система контроля версий

Система контроля версий

https://github.com/wicketstuff/core/tree/wicketstuff-core-7.0.0/jdk-1.8-parent

Скачать jdk-1.8-parent

Имя Файла Размер
jdk-1.8-parent-7.0.0.pom 1 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.8-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>jdk-1.8-parent</artifactId>
    <version>7.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.8-parent/
implementation 'org.wicketstuff:jdk-1.8-parent:7.0.0'
// https://jarcasting.com/artifacts/org.wicketstuff/jdk-1.8-parent/
implementation ("org.wicketstuff:jdk-1.8-parent:7.0.0")
'org.wicketstuff:jdk-1.8-parent:pom:7.0.0'
<dependency org="org.wicketstuff" name="jdk-1.8-parent" rev="7.0.0">
  <artifact name="jdk-1.8-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='jdk-1.8-parent', version='7.0.0')
)
libraryDependencies += "org.wicketstuff" % "jdk-1.8-parent" % "7.0.0"
[org.wicketstuff/jdk-1.8-parent "7.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.wicket : wicket-core jar 7.0.0

Модули Проекта

Данный проект не имеет модулей.

Wicket Stuff Core

Overview:

Wicket Stuff is a collection of open source projects for the Apache Wicket web framework created and maintained by the Wicket community.

The core release is essentially a container into which developers place their project that ensures that regular releases are made that pair the projects to a specific wicket version.

The project acceptance criteria is very broad. So long as it is wicket related you are welcome to add in your module.

Our release process allows end users an easy way to track a project relative to the wicket release cycle.

For example, if a user sees a org.wicketstuff:someproject artifact with a version of 1.4.16.1 they can know immediately that it is based on wicket 1.4.16 and that it is the first point release (the 1.4.16 version would have been the original release).

Project Documentation (Wiki):

https://github.com/wicketstuff/core/wiki

Project Documentation (JavaDoc):

JavaDocs are hosted at http://www.javadoc.io. Just append to 'http://www.javadoc.io/doc' the group id and the artifact id of a module to get its javadoc. For example:

-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-stateless

-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-restannotations

org.wicketstuff

WicketStuff

Версии библиотеки

Версия
7.0.0
7.0.0-M6
7.0.0-M5
7.0.0-M4