| License | 
                License
                                                        GPLv3                                                 
                             | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdlightgallery | 
    
| Last Version | Last Version2.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionlightgallery 
            WebJar for lightgallery 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| lightgallery-2.2.1.pom | |
| lightgallery-2.2.1.jar | 2 MB | 
| lightgallery-2.2.1-sources.jar | 22 bytes | 
| lightgallery-2.2.1-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/lightgallery/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>lightgallery</artifactId>
    <version>2.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/lightgallery/
implementation 'org.webjars.npm:lightgallery:2.2.1'
                // https://jarcasting.com/artifacts/org.webjars.npm/lightgallery/
implementation ("org.webjars.npm:lightgallery:2.2.1")
                'org.webjars.npm:lightgallery:jar:2.2.1'
                <dependency org="org.webjars.npm" name="lightgallery" rev="2.2.1">
  <artifact name="lightgallery" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='lightgallery', version='2.2.1')
)
                libraryDependencies += "org.webjars.npm" % "lightgallery" % "2.2.1"
                [org.webjars.npm/lightgallery "2.2.1"]