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