All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by impossible with all dependencies

Search JAR files by class name

myjava-tests from group com.alipay.myjava (version 0.4.3)

Project containing MyJava tests, as it is impossible to test each module separately

Group: com.alipay.myjava Artifact: myjava-tests
Show all versions 
 

0 downloads
Artifact myjava-tests
Group com.alipay.myjava
Version 0.4.3
Last update 25. September 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies myjava-core, myjava-classlib, myjava-metaprogramming-impl,
There are maybe transitive dependencies!

teavm-tests from group org.teavm (version 0.6.1)

Project containing TeaVM tests, as it is impossible to test each module separately

Group: org.teavm Artifact: teavm-tests
Show all versions 
 

0 downloads
Artifact teavm-tests
Group org.teavm
Version 0.6.1
Last update 06. October 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies teavm-core, teavm-classlib, teavm-platform, teavm-jso-apis, teavm-metaprogramming-impl,
There are maybe transitive dependencies!

cage from group com.github.cage (version 1.0)

Cage is a CAPTCHA image generator java library. It is fast, small and simple. Its goal is to generate images that are easy to read for a human but impossible or at least very hard for a computer.

Group: com.github.cage Artifact: cage
Show documentation Show source 
 

1 downloads
Artifact cage
Group com.github.cage
Version 1.0
Last update 15. February 2011
Organization not specified
URL http://akiraly.github.com/cage
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

automata-commons-smartcollections from group net.automatalib (version 0.11.0)

This artifact provides efficient implementations for various collection data structures (esp. linked lists and priority queues), which have very insufficient implementation in the Java Collections Framework that makes it hard or even impossible to exploit their efficiencies.

Group: net.automatalib Artifact: automata-commons-smartcollections
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-commons-smartcollections
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies guava, checker-qual, testng,
There are maybe transitive dependencies!

andhow-annotation-processor-tests from group org.yarnandtail (version 0.4.1.1)

'Real world' compile-time testing of the annotation processor. Its impossible/hard to fully replicate the compile time environment including annotation processing, class generation, service loading, etc.. This module contains standard and edge case classes container AndHow properties. Unit tests then check to ensure that PropertyRegistrars were generated and registered as services for each top level class containing Properties.

Group: org.yarnandtail Artifact: andhow-annotation-processor-tests
Show all versions Show documentation Show source 
 

0 downloads
Artifact andhow-annotation-processor-tests
Group org.yarnandtail
Version 0.4.1.1
Last update 14. September 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

spring-data-events from group org.labun (version 1.0.1)

An implementation of missing spring data repository hooks. JPA @EventHandlers have following limitations, which have been solved in this library: 1) It leads to circular dependency between your entity and it's event handler which makes it impossible to split your application into dedicated modules or extends an existing one with own modules. 2) The inability to inject spring beans without using of static context.

Group: org.labun Artifact: spring-data-events
Show all versions Show documentation Show source 
 

1 downloads
Artifact spring-data-events
Group org.labun
Version 1.0.1
Last update 25. July 2017
Organization not specified
URL https://labun.org
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group com.google.guava (version 12.0-rc1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap
Show all versions Show documentation Show source 
 

3 downloads
Artifact guava-bootstrap
Group com.google.guava
Version 12.0-rc1
Last update 30. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group org.sonatype.sisu.inject (version 0.11.1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: org.sonatype.sisu.inject Artifact: guava-bootstrap
Show documentation Show source 
 

0 downloads
Artifact guava-bootstrap
Group org.sonatype.sisu.inject
Version 0.11.1
Last update 15. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jpatterns from group org.jpatterns (version 0.0.1)

Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author. JPatterns is a collection of annotations that make it easy to communicate the use of (Design)Patterns within your code to your fellow developers and your future self.

Group: org.jpatterns Artifact: jpatterns
Show documentation Show source 
 

0 downloads
Artifact jpatterns
Group org.jpatterns
Version 0.0.1
Last update 25. May 2011
Organization not specified
URL http://jpatterns.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1 from 2 (items total 14)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy