GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtoastr |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
toastr-2.1.2.pom | |
toastr-2.1.2.jar | 2 MB |
toastr-2.1.2-sources.jar | 22 bytes |
toastr-2.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/toastr/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>toastr</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/toastr/
implementation 'org.webjars.npm:toastr:2.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/toastr/
implementation ("org.webjars.npm:toastr:2.1.2")
'org.webjars.npm:toastr:jar:2.1.2'
<dependency org="org.webjars.npm" name="toastr" rev="2.1.2">
<artifact name="toastr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='toastr', version='2.1.2')
)
libraryDependencies += "org.webjars.npm" % "toastr" % "2.1.2"
[org.webjars.npm/toastr "2.1.2"]