GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsweetalert |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sweetalert-1.1.1.pom | |
sweetalert-1.1.1.jar | 639 KB |
sweetalert-1.1.1-sources.jar | 22 bytes |
sweetalert-1.1.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/sweetalert/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>sweetalert</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert/
implementation 'org.webjars.npm:sweetalert:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/sweetalert/
implementation ("org.webjars.npm:sweetalert:1.1.1")
'org.webjars.npm:sweetalert:jar:1.1.1'
<dependency org="org.webjars.npm" name="sweetalert" rev="1.1.1">
<artifact name="sweetalert" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='sweetalert', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "sweetalert" % "1.1.1"
[org.webjars.npm/sweetalert "1.1.1"]