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