Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-google-chart |
Version | Version0.1.0-beta.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-google-chart/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-google-chart</artifactId>
<version>0.1.0-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-google-chart/
implementation 'org.webjars.bower:angular-google-chart:0.1.0-beta.2'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-google-chart/
implementation ("org.webjars.bower:angular-google-chart:0.1.0-beta.2")
'org.webjars.bower:angular-google-chart:jar:0.1.0-beta.2'
<dependency org="org.webjars.bower" name="angular-google-chart" rev="0.1.0-beta.2">
<artifact name="angular-google-chart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-google-chart', version='0.1.0-beta.2')
)
libraryDependencies += "org.webjars.bower" % "angular-google-chart" % "0.1.0-beta.2"
[org.webjars.bower/angular-google-chart "0.1.0-beta.2"]