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