c

commons-jelly-tags-threads

A library for processing Jelly scripts using multiple threads.
文件下载
文件名 操作
commons-jelly-tags-threads-20040902.073749.jar 下载
commons-jelly-tags-threads-20040902.073749.pom 下载
Apache Maven
<dependency>
  <groupId>commons-jelly</groupId>
  <artifactId>commons-jelly-tags-threads</artifactId>
  <version>20040902.073749</version>
</dependency>
Gradle Groovy
implementation 'commons-jelly:commons-jelly-tags-threads:20040902.073749'
Gradle Kotlin
implementation("commons-jelly:commons-jelly-tags-threads:20040902.073749")
Scala SBT
libraryDependencies += "commons-jelly" % "commons-jelly-tags-threads" % "20040902.073749"
Groovy Grape
@Grapes(
  @Grab(group='commons-jelly', module='commons-jelly-tags-threads', version='20040902.073749')
)
Apache Ivy
<dependency org="commons-jelly" name="commons-jelly-tags-threads" rev="20040902.073749" />
Leiningen
[commons-jelly/commons-jelly-tags-threads "20040902.073749"]
Apache Buildr
'commons-jelly:commons-jelly-tags-threads:jar:20040902.073749'