Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-cache |
Version | Version4.4.3 |
Type | Typejar |
Filename | Size |
---|---|
angular-cache-4.4.3.pom | |
angular-cache-4.4.3.jar | 44 KB |
angular-cache-4.4.3-sources.jar | 22 bytes |
angular-cache-4.4.3-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>4.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-cache/
implementation 'org.webjars.bower:angular-cache:4.4.3'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-cache/
implementation ("org.webjars.bower:angular-cache:4.4.3")
'org.webjars.bower:angular-cache:jar:4.4.3'
<dependency org="org.webjars.bower" name="angular-cache" rev="4.4.3">
<artifact name="angular-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-cache', version='4.4.3')
)
libraryDependencies += "org.webjars.bower" % "angular-cache" % "4.4.3"
[org.webjars.bower/angular-cache "4.4.3"]