| License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdnprogress | 
| Last Version | Last Version1.0.0-1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionnprogress WebJar for nprogress | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| nprogress-1.0.0-1.pom | |
| nprogress-1.0.0-1.jar | 15 KB | 
| nprogress-1.0.0-1-sources.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/nprogress/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>nprogress</artifactId>
    <version>1.0.0-1</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/nprogress/
implementation 'org.webjars.npm:nprogress:1.0.0-1'// https://jarcasting.com/artifacts/org.webjars.npm/nprogress/
implementation ("org.webjars.npm:nprogress:1.0.0-1")'org.webjars.npm:nprogress:jar:1.0.0-1'<dependency org="org.webjars.npm" name="nprogress" rev="1.0.0-1">
  <artifact name="nprogress" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='nprogress', version='1.0.0-1')
)libraryDependencies += "org.webjars.npm" % "nprogress" % "1.0.0-1"[org.webjars.npm/nprogress "1.0.0-1"]