GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdng-sortable |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ng-sortable-1.1.1.pom | |
ng-sortable-1.1.1.jar | 13 KB |
ng-sortable-1.1.1-javadoc.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ng-sortable/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ng-sortable</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ng-sortable/
implementation 'org.webjars:ng-sortable:1.1.1'
// https://jarcasting.com/artifacts/org.webjars/ng-sortable/
implementation ("org.webjars:ng-sortable:1.1.1")
'org.webjars:ng-sortable:jar:1.1.1'
<dependency org="org.webjars" name="ng-sortable" rev="1.1.1">
<artifact name="ng-sortable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ng-sortable', version='1.1.1')
)
libraryDependencies += "org.webjars" % "ng-sortable" % "1.1.1"
[org.webjars/ng-sortable "1.1.1"]