t

thundr-deferred

Deferred task execution for Thundr
http://github.com/kuhnza/thundr-deferred/
Dave Kuhn
Files download
File Operation
thundr-deferred-0.0.2.jar download
thundr-deferred-0.0.2.pom download
thundr-deferred-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.threewks.thundr</groupId>
  <artifactId>thundr-deferred</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.threewks.thundr:thundr-deferred:0.0.2'
Gradle Kotlin
implementation("com.threewks.thundr:thundr-deferred:0.0.2")
Scala SBT
libraryDependencies += "com.threewks.thundr" % "thundr-deferred" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.threewks.thundr', module='thundr-deferred', version='0.0.2')
)
Apache Ivy
<dependency org="com.threewks.thundr" name="thundr-deferred" rev="0.0.2" />
Leiningen
[com.threewks.thundr/thundr-deferred "0.0.2"]
Apache Buildr
'com.threewks.thundr:thundr-deferred:jar:0.0.2'