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