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