GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdvega |
Version | Version5.10.0 |
Type | Typejar |
Filename | Size |
---|---|
vega-5.10.0.pom | |
vega-5.10.0.jar | 1 MB |
vega-5.10.0-sources.jar | 22 bytes |
vega-5.10.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vega/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vega</artifactId>
<version>5.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vega/
implementation 'org.webjars.npm:vega:5.10.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vega/
implementation ("org.webjars.npm:vega:5.10.0")
'org.webjars.npm:vega:jar:5.10.0'
<dependency org="org.webjars.npm" name="vega" rev="5.10.0">
<artifact name="vega" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vega', version='5.10.0')
)
libraryDependencies += "org.webjars.npm" % "vega" % "5.10.0"
[org.webjars.npm/vega "5.10.0"]