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