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