GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdphotoswipe |
Version | Version4.1.2 |
Type | Typejar |
Filename | Size |
---|---|
photoswipe-4.1.2.pom | |
photoswipe-4.1.2.jar | 342 KB |
photoswipe-4.1.2-sources.jar | 22 bytes |
photoswipe-4.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/photoswipe/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>photoswipe</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/photoswipe/
implementation 'org.webjars.npm:photoswipe:4.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/photoswipe/
implementation ("org.webjars.npm:photoswipe:4.1.2")
'org.webjars.npm:photoswipe:jar:4.1.2'
<dependency org="org.webjars.npm" name="photoswipe" rev="4.1.2">
<artifact name="photoswipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='photoswipe', version='4.1.2')
)
libraryDependencies += "org.webjars.npm" % "photoswipe" % "4.1.2"
[org.webjars.npm/photoswipe "4.1.2"]