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