e

elemento-template-api

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