f

foxtrot

Small and powerful synchronous API for using threads with Swing and Java Web Start
http://foxtrot.sourceforge.net
The BSD license
Simone Bordet
文件下载
文件名 操作
foxtrot-4.0.pom 下载
Apache Maven
<dependency>
  <groupId>foxtrot</groupId>
  <artifactId>foxtrot</artifactId>
  <version>4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'foxtrot:foxtrot:4.0'
Gradle Kotlin
implementation("foxtrot:foxtrot:4.0")
Scala SBT
libraryDependencies += "foxtrot" % "foxtrot" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='foxtrot', module='foxtrot', version='4.0')
)
Apache Ivy
<dependency org="foxtrot" name="foxtrot" rev="4.0" />
Leiningen
[foxtrot/foxtrot "4.0"]
Apache Buildr
'foxtrot:foxtrot:jar:4.0'
本项目依赖
该项目无第三方依赖