| License |
License |
|---|---|
| Categories |
CategoriesWicket User Interface Web Frameworks |
| GroupId | GroupIdorg.wicketstuff |
| ArtifactId | ArtifactIdjavaee-inject-parent |
| Version | Version9.6.0 |
| Type | Typepom |
| Description |
DescriptionJavaEE Inject - Parent
WicketStuff Core Parent is the parent project for all of the core WicketStuff projects. It tries
to unify the WS projects into a common structure that shares a common build / release cycle. This
will hopefully keep WicketStuff projects more in sync with Wicket and make it easier on new users.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javaee-inject-parent-9.6.0.pom | 682 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>javaee-inject-parent</artifactId>
<version>9.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-parent/
implementation 'org.wicketstuff:javaee-inject-parent:9.6.0'
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-parent/
implementation ("org.wicketstuff:javaee-inject-parent:9.6.0")
'org.wicketstuff:javaee-inject-parent:pom:9.6.0'
<dependency org="org.wicketstuff" name="javaee-inject-parent" rev="9.6.0">
<artifact name="javaee-inject-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='javaee-inject-parent', version='9.6.0')
)
libraryDependencies += "org.wicketstuff" % "javaee-inject-parent" % "9.6.0"
[org.wicketstuff/javaee-inject-parent "9.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.wicket : wicket-core | jar | 9.6.0 |