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