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