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