is not current version
Last Version 7.0.0

org.wicketstuff:javaee-inject-examples 1.4.14

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.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

javaee-inject-examples
Version

Version

1.4.14
Type

Type

pom

Download javaee-inject-examples 1.4.14


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