GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdtoastr |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
toastr-1.3.0.pom | |
toastr-1.3.0.jar | 46 KB |
toastr-1.3.0-sources.jar | 3 KB |
toastr-1.3.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/toastr/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>toastr</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/toastr/
implementation 'org.webjars:toastr:1.3.0'
// https://jarcasting.com/artifacts/org.webjars/toastr/
implementation ("org.webjars:toastr:1.3.0")
'org.webjars:toastr:jar:1.3.0'
<dependency org="org.webjars" name="toastr" rev="1.3.0">
<artifact name="toastr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='toastr', version='1.3.0')
)
libraryDependencies += "org.webjars" % "toastr" % "1.3.0"
[org.webjars/toastr "1.3.0"]