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