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