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