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