<dependency>
<groupId>org.jresearch.commons.gxt.gwt</groupId>
<artifactId>org.jresearch.commons.gxt.gwt.bom</artifactId>
<version>1.0.45</version>
</dependency>
implementation group: 'org.jresearch.commons.gxt.gwt', name: 'org.jresearch.commons.gxt.gwt.bom', version: '1.0.45'
implementation 'org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.bom:1.0.45'
implementation("org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.bom:1.0.45")
libraryDependencies += "org.jresearch.commons.gxt.gwt" % "org.jresearch.commons.gxt.gwt.bom" % "1.0.45"
<dependency org="org.jresearch.commons.gxt.gwt" name="org.jresearch.commons.gxt.gwt.bom" rev="1.0.45"/>
@Grapes(
@Grab(group='org.jresearch.commons.gxt.gwt', module='org.jresearch.commons.gxt.gwt.bom', version='1.0.45')
)
[org.jresearch.commons.gxt.gwt/org.jresearch.commons.gxt.gwt.bom "1.0.45"]
'org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.bom:jar:1.0.45'