<dependency> <groupId>com.github.gwtd3</groupId> <artifactId>gwt-d3</artifactId> <version>1.0.0</version> <type>pom</type> </dependency>
implementation 'com.github.gwtd3:gwt-d3:1.0.0'
implementation("com.github.gwtd3:gwt-d3:1.0.0")
libraryDependencies += "com.github.gwtd3" % "gwt-d3" % "1.0.0"
@Grapes( @Grab(group='com.github.gwtd3', module='gwt-d3', version='1.0.0') )
<dependency org="com.github.gwtd3" name="gwt-d3" rev="1.0.0" />
[com.github.gwtd3/gwt-d3 "1.0.0"]
'com.github.gwtd3:gwt-d3:jar:1.0.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>