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