GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdng-idle |
Version | Version0.3.5-1 |
Type | Typejar |
Filename | Size |
---|---|
ng-idle-0.3.5-1.pom | |
ng-idle-0.3.5-1.jar | 7 KB |
ng-idle-0.3.5-1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ng-idle/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ng-idle</artifactId>
<version>0.3.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ng-idle/
implementation 'org.webjars:ng-idle:0.3.5-1'
// https://jarcasting.com/artifacts/org.webjars/ng-idle/
implementation ("org.webjars:ng-idle:0.3.5-1")
'org.webjars:ng-idle:jar:0.3.5-1'
<dependency org="org.webjars" name="ng-idle" rev="0.3.5-1">
<artifact name="ng-idle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ng-idle', version='0.3.5-1')
)
libraryDependencies += "org.webjars" % "ng-idle" % "0.3.5-1"
[org.webjars/ng-idle "0.3.5-1"]