You can download jdeferred-core-1.2.4.jar in this page.
Apache License
jdeferred-core-1.2.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jdeferred/jdeferred-core/pom.properties META-INF/maven/org.jdeferred/jdeferred-core/pom.xml org.jdeferred.AlwaysCallback.class org.jdeferred.Deferred.class org.jdeferred.DeferredCallable.class org.jdeferred.DeferredFutureTask.class org.jdeferred.DeferredManager.class org.jdeferred.DeferredRunnable.class org.jdeferred.DoneCallback.class org.jdeferred.DoneFilter.class org.jdeferred.DonePipe.class org.jdeferred.FailCallback.class org.jdeferred.FailFilter.class org.jdeferred.FailPipe.class org.jdeferred.ProgressCallback.class org.jdeferred.ProgressFilter.class org.jdeferred.ProgressPipe.class org.jdeferred.Promise.class org.jdeferred.impl.AbstractDeferredManager.class org.jdeferred.impl.AbstractPromise.class org.jdeferred.impl.DefaultDeferredManager.class org.jdeferred.impl.DeferredObject.class org.jdeferred.impl.DeferredPromise.class org.jdeferred.impl.FilteredPromise.class org.jdeferred.impl.FutureCallable.class org.jdeferred.impl.PipedPromise.class org.jdeferred.multiple.MasterDeferredObject.class org.jdeferred.multiple.MasterProgress.class org.jdeferred.multiple.MultipleResults.class org.jdeferred.multiple.OneProgress.class org.jdeferred.multiple.OneReject.class org.jdeferred.multiple.OneResult.class
jdeferred-core-1.2.4.pom file content.
<!-- Copyright 2013 Ray Tsang Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jdeferred</groupId> <artifactId>jdeferred-parent</artifactId> <version>1.2.4</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>jdeferred-core</artifactId> <name>JDeferred Core Library</name> <packaging>bundle</packaging> <description>Java Deferred/Promise library similar to JQuery.</description> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.jdeferred</groupId> <artifactId>jdeferred-core</artifactId> <version>1.2.4</version> </dependency>
If you think the following jdeferred-core-1.2.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jdeferred-core-1.2.4.jar file