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