Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.alpharogroup |
ArtifactId | ArtifactIdwicket-toastr |
Version | Version7.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wicket-toastr-7.3.0.pom | |
wicket-toastr-7.3.0.jar | 24 KB |
wicket-toastr-7.3.0-sources.jar | 20 KB |
wicket-toastr-7.3.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/wicket-toastr/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-toastr</artifactId>
<version>7.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/wicket-toastr/
implementation 'de.alpharogroup:wicket-toastr:7.3.0'
// https://jarcasting.com/artifacts/de.alpharogroup/wicket-toastr/
implementation ("de.alpharogroup:wicket-toastr:7.3.0")
'de.alpharogroup:wicket-toastr:jar:7.3.0'
<dependency org="de.alpharogroup" name="wicket-toastr" rev="7.3.0">
<artifact name="wicket-toastr" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='wicket-toastr', version='7.3.0')
)
libraryDependencies += "de.alpharogroup" % "wicket-toastr" % "7.3.0"
[de.alpharogroup/wicket-toastr "7.3.0"]