Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-stateless |
Version | Version6.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-stateless/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-stateless</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-stateless/
implementation 'org.wicketstuff:wicketstuff-stateless:6.11.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-stateless/
implementation ("org.wicketstuff:wicketstuff-stateless:6.11.0")
'org.wicketstuff:wicketstuff-stateless:jar:6.11.0'
<dependency org="org.wicketstuff" name="wicketstuff-stateless" rev="6.11.0">
<artifact name="wicketstuff-stateless" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-stateless', version='6.11.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-stateless" % "6.11.0"
[org.wicketstuff/wicketstuff-stateless "6.11.0"]