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