License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdsmoothie |
Last Version | Last Version1.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmoothie Charts
WebJar for Smoothie Charts
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smoothie-1.24.pom | |
smoothie-1.24.jar | 11 KB |
smoothie-1.24-javadoc.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/smoothie/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>smoothie</artifactId>
<version>1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/smoothie/
implementation 'org.webjars:smoothie:1.24'
// https://jarcasting.com/artifacts/org.webjars/smoothie/
implementation ("org.webjars:smoothie:1.24")
'org.webjars:smoothie:jar:1.24'
<dependency org="org.webjars" name="smoothie" rev="1.24">
<artifact name="smoothie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='smoothie', version='1.24')
)
libraryDependencies += "org.webjars" % "smoothie" % "1.24"
[org.webjars/smoothie "1.24"]