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