| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGithub Development Tools Version Controls | 
        
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdgithub-com-ahmadnassri-har-schema | 
    
| Version | Version0.0.0-development | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionhar-schema 
            WebJar for har-schema 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-ahmadnassri-har-schema/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-ahmadnassri-har-schema</artifactId>
    <version>0.0.0-development</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-ahmadnassri-har-schema/
implementation 'org.webjars.npm:github-com-ahmadnassri-har-schema:0.0.0-development'
                // https://jarcasting.com/artifacts/org.webjars.npm/github-com-ahmadnassri-har-schema/
implementation ("org.webjars.npm:github-com-ahmadnassri-har-schema:0.0.0-development")
                'org.webjars.npm:github-com-ahmadnassri-har-schema:jar:0.0.0-development'
                <dependency org="org.webjars.npm" name="github-com-ahmadnassri-har-schema" rev="0.0.0-development">
  <artifact name="github-com-ahmadnassri-har-schema" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='github-com-ahmadnassri-har-schema', version='0.0.0-development')
)
                libraryDependencies += "org.webjars.npm" % "github-com-ahmadnassri-har-schema" % "0.0.0-development"
                [org.webjars.npm/github-com-ahmadnassri-har-schema "0.0.0-development"]