GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdngInfiniteScroll |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
ngInfiniteScroll-1.1.2.pom | |
ngInfiniteScroll-1.1.2.jar | 5 KB |
ngInfiniteScroll-1.1.2-sources.jar | 3 KB |
ngInfiniteScroll-1.1.2-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ngInfiniteScroll/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ngInfiniteScroll</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ngInfiniteScroll/
implementation 'org.webjars:ngInfiniteScroll:1.1.2'
// https://jarcasting.com/artifacts/org.webjars/ngInfiniteScroll/
implementation ("org.webjars:ngInfiniteScroll:1.1.2")
'org.webjars:ngInfiniteScroll:jar:1.1.2'
<dependency org="org.webjars" name="ngInfiniteScroll" rev="1.1.2">
<artifact name="ngInfiniteScroll" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ngInfiniteScroll', version='1.1.2')
)
libraryDependencies += "org.webjars" % "ngInfiniteScroll" % "1.1.2"
[org.webjars/ngInfiniteScroll "1.1.2"]