Categories |
CategoriesJBoss Container Application Servers GWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jboss.gwt.elemento |
ArtifactId | ArtifactIdelemento-testsuite |
Version | Version0.8.7 |
Type | Typepom |
Filename | Size |
---|---|
elemento-testsuite-0.8.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.gwt.elemento/elemento-testsuite/ -->
<dependency>
<groupId>org.jboss.gwt.elemento</groupId>
<artifactId>elemento-testsuite</artifactId>
<version>0.8.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.gwt.elemento/elemento-testsuite/
implementation 'org.jboss.gwt.elemento:elemento-testsuite:0.8.7'
// https://jarcasting.com/artifacts/org.jboss.gwt.elemento/elemento-testsuite/
implementation ("org.jboss.gwt.elemento:elemento-testsuite:0.8.7")
'org.jboss.gwt.elemento:elemento-testsuite:pom:0.8.7'
<dependency org="org.jboss.gwt.elemento" name="elemento-testsuite" rev="0.8.7">
<artifact name="elemento-testsuite" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.gwt.elemento', module='elemento-testsuite', version='0.8.7')
)
libraryDependencies += "org.jboss.gwt.elemento" % "elemento-testsuite" % "0.8.7"
[org.jboss.gwt.elemento/elemento-testsuite "0.8.7"]