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