文件下载
文件名 操作
struts-tiles-1.3.11.jar 下载
struts-tiles-1.3.11.pom 下载
struts-tiles-1.3.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.weblegacy</groupId>
  <artifactId>struts-tiles</artifactId>
  <version>1.3.11</version>
</dependency>
Gradle Groovy
implementation 'io.github.weblegacy:struts-tiles:1.3.11'
Gradle Kotlin
implementation("io.github.weblegacy:struts-tiles:1.3.11")
Scala SBT
libraryDependencies += "io.github.weblegacy" % "struts-tiles" % "1.3.11"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weblegacy', module='struts-tiles', version='1.3.11')
)
Apache Ivy
<dependency org="io.github.weblegacy" name="struts-tiles" rev="1.3.11" />
Leiningen
[io.github.weblegacy/struts-tiles "1.3.11"]
Apache Buildr
'io.github.weblegacy:struts-tiles:jar:1.3.11'