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