e

elemento-template-api

Annotations to mark and bind HTML templates
Files download
File Operation
elemento-template-api-0.9.1-gwt2.jar download
elemento-template-api-0.9.1-gwt2.pom download
elemento-template-api-0.9.1-gwt2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.gwt.elemento</groupId>
  <artifactId>elemento-template-api</artifactId>
  <version>0.9.1-gwt2</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.gwt.elemento:elemento-template-api:0.9.1-gwt2'
Gradle Kotlin
implementation("org.jboss.gwt.elemento:elemento-template-api:0.9.1-gwt2")
Scala SBT
libraryDependencies += "org.jboss.gwt.elemento" % "elemento-template-api" % "0.9.1-gwt2"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.gwt.elemento', module='elemento-template-api', version='0.9.1-gwt2')
)
Apache Ivy
<dependency org="org.jboss.gwt.elemento" name="elemento-template-api" rev="0.9.1-gwt2" />
Leiningen
[org.jboss.gwt.elemento/elemento-template-api "0.9.1-gwt2"]
Apache Buildr
'org.jboss.gwt.elemento:elemento-template-api:jar:0.9.1-gwt2'