Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-context |
Version | Version6.26.0 |
Type | Typejar |
Filename | Size |
---|---|
wicketstuff-context-6.26.0.pom | |
wicketstuff-context-6.26.0.jar | 20 KB |
wicketstuff-context-6.26.0-sources.jar | 11 KB |
wicketstuff-context-6.26.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-context/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-context</artifactId>
<version>6.26.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-context/
implementation 'org.wicketstuff:wicketstuff-context:6.26.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-context/
implementation ("org.wicketstuff:wicketstuff-context:6.26.0")
'org.wicketstuff:wicketstuff-context:jar:6.26.0'
<dependency org="org.wicketstuff" name="wicketstuff-context" rev="6.26.0">
<artifact name="wicketstuff-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-context', version='6.26.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-context" % "6.26.0"
[org.wicketstuff/wicketstuff-context "6.26.0"]