e

elemento-template-api

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