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

org.wicketstuff:javaee-inject-examples 6.0.0-beta1.1

This is a sample JAVA EE 6 project for demonstrating how the JavaEE Inject library should been used in Enterprise and/or Web Applications. Note, that with small changes you can easily convert this project back to JAVA EE 5, which is also supported by the library.

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

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

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

javaee-inject-examples
Версия

Версия

6.0.0-beta1.1
Тип

Тип

pom

Скачать javaee-inject-examples 6.0.0-beta1.1

Имя Файла Размер
javaee-inject-examples-6.0.0-beta1.1.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-examples/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>javaee-inject-examples</artifactId>
    <version>6.0.0-beta1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-examples/
implementation 'org.wicketstuff:javaee-inject-examples:6.0.0-beta1.1'
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-examples/
implementation ("org.wicketstuff:javaee-inject-examples:6.0.0-beta1.1")
'org.wicketstuff:javaee-inject-examples:pom:6.0.0-beta1.1'
<dependency org="org.wicketstuff" name="javaee-inject-examples" rev="6.0.0-beta1.1">
  <artifact name="javaee-inject-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='javaee-inject-examples', version='6.0.0-beta1.1')
)
libraryDependencies += "org.wicketstuff" % "javaee-inject-examples" % "6.0.0-beta1.1"
[org.wicketstuff/javaee-inject-examples "6.0.0-beta1.1"]