| GroupId | GroupIdorg.webjars.npm | 
    
|---|---|
| ArtifactId | ArtifactIdlazy-req | 
    
| Version | Version1.1.0 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| lazy-req-1.1.0.pom | |
| lazy-req-1.1.0.jar | 4 KB | 
| lazy-req-1.1.0-sources.jar | 22 bytes | 
| lazy-req-1.1.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/lazy-req/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>lazy-req</artifactId>
    <version>1.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/lazy-req/
implementation 'org.webjars.npm:lazy-req:1.1.0'
                // https://jarcasting.com/artifacts/org.webjars.npm/lazy-req/
implementation ("org.webjars.npm:lazy-req:1.1.0")
                'org.webjars.npm:lazy-req:jar:1.1.0'
                <dependency org="org.webjars.npm" name="lazy-req" rev="1.1.0">
  <artifact name="lazy-req" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='lazy-req', version='1.1.0')
)
                libraryDependencies += "org.webjars.npm" % "lazy-req" % "1.1.0"
                [org.webjars.npm/lazy-req "1.1.0"]