| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJavaScript Languages Github Development Tools Version Controls | 
        
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdgithub-com-mozilla-comm-ical-js | 
    
| Last Version | Last Version1.2.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionical.js 
            WebJar for ical.js 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-comm-ical-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-mozilla-comm-ical-js</artifactId>
    <version>1.2.2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-comm-ical-js/
implementation 'org.webjars.npm:github-com-mozilla-comm-ical-js:1.2.2'
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-mozilla-comm-ical-js/
implementation ("org.webjars.npm:github-com-mozilla-comm-ical-js:1.2.2")
                'org.webjars.npm:github-com-mozilla-comm-ical-js:jar:1.2.2'
                <dependency org="org.webjars.npm" name="github-com-mozilla-comm-ical-js" rev="1.2.2">
  <artifact name="github-com-mozilla-comm-ical-js" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='github-com-mozilla-comm-ical-js', version='1.2.2')
)
                libraryDependencies += "org.webjars.npm" % "github-com-mozilla-comm-ical-js" % "1.2.2"
                [org.webjars.npm/github-com-mozilla-comm-ical-js "1.2.2"]