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