<dependency> <groupId>com.github.gwtd3</groupId> <artifactId>gwt-d3-js</artifactId> <version>3.5.4</version> </dependency>
implementation 'com.github.gwtd3:gwt-d3-js:3.5.4'
implementation("com.github.gwtd3:gwt-d3-js:3.5.4")
libraryDependencies += "com.github.gwtd3" % "gwt-d3-js" % "3.5.4"
@Grapes( @Grab(group='com.github.gwtd3', module='gwt-d3-js', version='3.5.4') )
<dependency org="com.github.gwtd3" name="gwt-d3-js" rev="3.5.4" />
[com.github.gwtd3/gwt-d3-js "3.5.4"]
'com.github.gwtd3:gwt-d3-js:jar:3.5.4'
<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