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