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