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