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