<dependency>
<groupId>com.github.timeu.gwt-libs.processingjs-gwt</groupId>
<artifactId>processingjs-gwt-parent</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'com.github.timeu.gwt-libs.processingjs-gwt', name: 'processingjs-gwt-parent', version: '1.0.0'
implementation 'com.github.timeu.gwt-libs.processingjs-gwt:processingjs-gwt-parent:1.0.0'
implementation("com.github.timeu.gwt-libs.processingjs-gwt:processingjs-gwt-parent:1.0.0")
libraryDependencies += "com.github.timeu.gwt-libs.processingjs-gwt" % "processingjs-gwt-parent" % "1.0.0"
<dependency org="com.github.timeu.gwt-libs.processingjs-gwt" name="processingjs-gwt-parent" rev="1.0.0"/>
@Grapes(
@Grab(group='com.github.timeu.gwt-libs.processingjs-gwt', module='processingjs-gwt-parent', version='1.0.0')
)
[com.github.timeu.gwt-libs.processingjs-gwt/processingjs-gwt-parent "1.0.0"]
'com.github.timeu.gwt-libs.processingjs-gwt:processingjs-gwt-parent:jar:1.0.0'