GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdnprogress |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
nprogress-0.2.0.pom | |
nprogress-0.2.0.jar | 7 KB |
nprogress-0.2.0-sources.jar | 3 KB |
nprogress-0.2.0-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/nprogress/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>nprogress</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/nprogress/
implementation 'org.webjars:nprogress:0.2.0'
// https://jarcasting.com/artifacts/org.webjars/nprogress/
implementation ("org.webjars:nprogress:0.2.0")
'org.webjars:nprogress:jar:0.2.0'
<dependency org="org.webjars" name="nprogress" rev="0.2.0">
<artifact name="nprogress" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='nprogress', version='0.2.0')
)
libraryDependencies += "org.webjars" % "nprogress" % "0.2.0"
[org.webjars/nprogress "0.2.0"]