Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-ui-sortable |
Version | Version0.14.3 |
Type | Typejar |
Filename | Size |
---|---|
angular-ui-sortable-0.14.3.pom | |
angular-ui-sortable-0.14.3.jar | 10 KB |
angular-ui-sortable-0.14.3-sources.jar | 22 bytes |
angular-ui-sortable-0.14.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-sortable/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-ui-sortable</artifactId>
<version>0.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-sortable/
implementation 'org.webjars.bower:angular-ui-sortable:0.14.3'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-ui-sortable/
implementation ("org.webjars.bower:angular-ui-sortable:0.14.3")
'org.webjars.bower:angular-ui-sortable:jar:0.14.3'
<dependency org="org.webjars.bower" name="angular-ui-sortable" rev="0.14.3">
<artifact name="angular-ui-sortable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-ui-sortable', version='0.14.3')
)
libraryDependencies += "org.webjars.bower" % "angular-ui-sortable" % "0.14.3"
[org.webjars.bower/angular-ui-sortable "0.14.3"]