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

org.wicketstuff:javaee-inject-examples 1.4.13

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
Версия

Версия

1.4.13
Тип

Тип

pom

Скачать javaee-inject-examples 1.4.13

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

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