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

Download JAR files tagged by marked with all dependencies

Search JAR files by class name

akka-cluster-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)

This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.

Group: com.typesafe.akka Artifact: akka-cluster-experimental_2.10.0-RC1
Show documentation Show source 
 

0 downloads
Artifact akka-cluster-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-remote_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!

akka-remote-tests-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)

This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.

Group: com.typesafe.akka Artifact: akka-remote-tests-experimental_2.10.0-RC1
Show documentation Show source 
 

0 downloads
Artifact akka-remote-tests-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 3
Dependencies akka-remote_2.10.0-RC1, akka-testkit_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!

akka-sample-cluster-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)

This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.

Group: com.typesafe.akka Artifact: akka-sample-cluster-experimental_2.10.0-RC1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact akka-sample-cluster-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 2
Dependencies akka-cluster-experimental_2.10.0-RC1, scala-library,
There are maybe transitive dependencies!

akka-sample-multi-node-experimental_2.10.0-RC1 from group com.typesafe.akka (version 2.1.0-RC1)

This module of Akka is marked as experimental, which means that it is in early access mode, which also means that it is not covered by commercial support. An experimental module doesn't have to obey the rule of staying binary compatible between minor releases. Breaking API changes may be introduced in minor releases without notice as we refine and simplify based on your feedback. An experimental module may be dropped in major releases without prior deprecation.

Group: com.typesafe.akka Artifact: akka-sample-multi-node-experimental_2.10.0-RC1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact akka-sample-multi-node-experimental_2.10.0-RC1
Group com.typesafe.akka
Version 2.1.0-RC1
Last update 16. October 2012
Organization Typesafe Inc.
URL http://akka.io
License Apache 2
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

command-line-processing from group il.ac.technion.cs.ssdl (version 1.0.1)

Extracting command line options directly into data members: each field marked with an @External annotation automatically becomes a command line option. Extracting the options values from the command line arguments, i.e., the "String[] args" parameter to main, into the field(s), requires a single method invocation: Introspector.extract(args, o1, o2, ...) where o1,o2, ... are the objects in which the fields annotated with @External.

Group: il.ac.technion.cs.ssdl Artifact: command-line-processing
Show documentation Show source 
 

0 downloads
Artifact command-line-processing
Group il.ac.technion.cs.ssdl
Version 1.0.1
Last update 12. March 2012
Organization Department of Computer Science, The Technion
URL http://command-line-processing.googlecode.com
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

jexample from group net.sf.jexample (version 4.4-378)

JExample is an extensions of JUnit that improves defect localizaton by changing the way you structure your tests. It introduces first-class dependencies. If test B depends on A, the return value of A can be used as B's fixture. And if A test fails, B and all other dependees of A are skipped and marked as white. We show in an empirical study that JExample improves performance and defect localization.

Group: net.sf.jexample Artifact: jexample
Show documentation Show source 
 

0 downloads
Artifact jexample
Group net.sf.jexample
Version 4.4-378
Last update 19. July 2011
Organization Software Composition Group
URL http://www.iam.unibe.ch/~scg/Research/JExample
License Common Public License Version 1.0 (CPL)
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

access-modifier-suppressions from group org.kohsuke (version 1.16)

This module allows you to enable suppressions for turning off warnings about Restricted APIs. !!!WARNING!!! Classes are marked as @Restricted for a reason and this module should not be used lightly! It implies that the author does not intend for them to be used outside their defined scope and as such they may be changed/modified/removed at any stage without warning. A simple upgrade of the dependency may break your module. Use at your own risk. You should try to not use @Restricted classes in the first place, but if you _must_ use them, this is a less-brutal approach than just disabling the access-modifier-checker entirely

Group: org.kohsuke Artifact: access-modifier-suppressions
Show documentation Show source 
 

0 downloads
Artifact access-modifier-suppressions
Group org.kohsuke
Version 1.16
Last update 05. October 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies access-modifier-annotation,
There are maybe transitive dependencies!

quality-test from group net.sf.qualitycheck (version 1.3)

The goal of quality-test is to provide a small Java library for basic code quality checks within unit tests. It is discouraged to use quality-test in production code. The checks provided in this library are designed to be used in unit-tests. The checks and utilities provided in this package check static properties of classes, for example whether classes are marked final or constructors are private. Additionally, there are utils to give additional code coverage for private constructors. Quality-Test often can be used together with Google Reflections (http://code.google.com/p/reflections/) to perform checks such as, assure that every class in package *.dto.* is final or make sure that no class in the package *.controller.* contains any non-final static variables.

Group: net.sf.qualitycheck Artifact: quality-test
Show all versions Show documentation Show source 
 

1 downloads
Artifact quality-test
Group net.sf.qualitycheck
Version 1.3
Last update 01. August 2013
Organization not specified
URL http://qualitycheck.sourceforge.net/modules/quality-test/
License The Apache Software License, Version 2.0
Dependencies amount 11
Dependencies quality-check, jsr305, guava, commons-logging, junit, slf4j-api, slf4j-simple, powermock-module-junit4, powermock-api-easymock, easymock, cglib,
There are maybe transitive dependencies!



Page 21 from 21 (items total 208)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy