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