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