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