t

through

WebJar for through
http://webjars.org
MIT
Alejandro Pedraza
文件下载
文件名 操作
through-2.2.0.jar 下载
through-2.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.webjars</groupId>
  <artifactId>through</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.webjars:through:2.2.0'
Gradle Kotlin
implementation("org.webjars:through:2.2.0")
Scala SBT
libraryDependencies += "org.webjars" % "through" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars', module='through', version='2.2.0')
)
Apache Ivy
<dependency org="org.webjars" name="through" rev="2.2.0" />
Leiningen
[org.webjars/through "2.2.0"]
Apache Buildr
'org.webjars:through:jar:2.2.0'