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