bootstrap-confirmation

WebJar for bootstrap-confirmation

License

License

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap-confirmation
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

bootstrap-confirmation
WebJar for bootstrap-confirmation
Project URL

Project URL

https://webjars.org
Source Code Management

Source Code Management

https://github.com/webjars/bootstrap-confirmation

Download bootstrap-confirmation

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-confirmation/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootstrap-confirmation</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-confirmation/
implementation 'org.webjars:bootstrap-confirmation:2.3.1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-confirmation/
implementation ("org.webjars:bootstrap-confirmation:2.3.1")
'org.webjars:bootstrap-confirmation:jar:2.3.1'
<dependency org="org.webjars" name="bootstrap-confirmation" rev="2.3.1">
  <artifact name="bootstrap-confirmation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-confirmation', version='2.3.1')
)
libraryDependencies += "org.webjars" % "bootstrap-confirmation" % "2.3.1"
[org.webjars/bootstrap-confirmation "2.3.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Bootstrap Confirmation WebJar (bootstrap-confirmation)

Bootstrap Confirmation is a simple Bootstrap box to confirm a task. This WebJar includes the corresponding JavaScript and CSS files. Bootstrap Confirmation is licensed under the Apache License 2.0.

WebJars are usually built using a plain Maven POM. This WebJar uses the Apache Maven AntRun Plugin to download the Bootstrap Confirmation files from GitHub and puts them into the Java archive.

Usage

Just include this WebJar into your project. For Maven, you can use the following snippet:

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootstrap-confirmation</artifactId>
    <version>2.3.1</version>
</dependency>

And here is a Gradle snippet for you:

implementation 'org.webjars:bootstrap-confirmation:2.3.1'

Building

Just call

mvn clean install

and the Jar is built. You can check the output in the target folder. Please make sure that all required files are included and have proper content.

Contributing

I highly welcome your updates and improvements. Please open a pull request if you want to contribute to the Bootstrap Confirmation WebJar. Thanks in advance!

org.webjars

WebJars

Web Libraries as JAR Files

Versions

Version
2.3.1