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