is not current version
Last Version 6.30.0

org.wicketstuff:wicketstuff-context 6.20.0

Use the @Context annotation to locate the required component, model or model object in the components' tree.

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-context
Version

Version

6.20.0
Type

Type

jar

Download wicketstuff-context 6.20.0


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