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