<dependency> <groupId>com.github.gwtd3</groupId> <artifactId>gwt-d3-js</artifactId> <version>3.4.9</version> </dependency>
implementation 'com.github.gwtd3:gwt-d3-js:3.4.9'
implementation("com.github.gwtd3:gwt-d3-js:3.4.9")
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.4.9"
@Grapes( @Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.4.9') )
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.4.9" />
[com.github.gwtd3/gwt-d3-js "3.4.9"]
'com.github.gwtd3:gwt-d3-js:jar:3.4.9'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.gwt:gwt-user:2.5.1
|-- junit:junit:4.8.2
provided
|-- com.google.gwt:gwt-dev:2.5.1