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