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