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