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

Download JAR files tagged by unit with all dependencies

Search JAR files by class name

sdl_android from group com.smartdevicelink (version 5.7.0)

The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

Group: com.smartdevicelink Artifact: sdl_android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sdl_android
Group com.smartdevicelink
Version 5.7.0
Last update 15. December 2023
Organization not specified
URL https://github.com/smartdevicelink/sdl_java_suite
License BSD 3-Clause
Dependencies amount 3
Dependencies bson_java_port, lifecycle-extensions, annotation,
There are maybe transitive dependencies!

sling-project-archetype from group org.apache.sling (version 1.0.12)

This archetype is creating a full Sling Project composed of a OSGi Bundle and a Content Package which can be deployed to the Sling using specific profiles. It also contains two shadow folders that provide example code / files which are not part of the default build but can be easily copied into the active modules. If the project was created with the **optionAll** property set to **y** (yes) then an **All** package is created with acts as the single deployment unit of all bundles and packages in that project. Otherwise the **ui.apps** package is the deployment unit.

Group: org.apache.sling Artifact: sling-project-archetype
Show all versions Show source 
 

0 downloads
Artifact sling-project-archetype
Group org.apache.sling
Version 1.0.12
Last update 13. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

zookeeper-recipes from group io.streamnative (version 3.6.3.1)

1) This module contains various Zookeeper recipe implementations. 2) The recipe directory name should specify the name of the recipe you are implementing - eg. zookeeper-recipes-lock. 3) It would be great if you can provide both the java and c recipes for the zookeeper recipes. C recipes go in to zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/c Java implementation goes into zookeeper-recipes/zookeeper-recipes-[recipe-name]/src/java. 4) The recipes hold high standards like our zookeeper c/java libraries, so make sure that you include some unit testing with both the c and java recipe code. 5) Also, please name your c client public methods as zkr_recipe-name_methodname (eg. zkr_lock_lock in zookeeper-recipes-lock/src/c) 6) To run the c tests in all the recipes, - make sure the main zookeeper c libraries in zookeeper-client-c are compiled. Run autoreconf -if;./configure; make. The libraries will be installed in {top}/src/c/.libs. - run autoreconf if;./configure;make run-check in zookeeper-recipes/$recipename/src/c

Group: io.streamnative Artifact: zookeeper-recipes
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zookeeper-recipes
Group io.streamnative
Version 3.6.3.1
Last update 28. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!

javautil from group org.eurekaclinical (version 4.5)

JavaUtil is a utility library to speed the development of Java software. We developed it over multiple years during our internal development efforts, and it has reached a point of stability where we have decided to make it available to the outside world. The JavaUtil package aims to fill in the gaps of the Apache Commons and similar utility libraries out there. Features include convenience classes for string, collections, arrays, dates, iterators, colors, logging, unit testing, a little bit of basic statistics, database queries, caching and more.

Group: org.eurekaclinical Artifact: javautil
Show all versions Show documentation Show source 
 

0 downloads
Artifact javautil
Group org.eurekaclinical
Version 4.5
Last update 11. August 2020
Organization not specified
URL https://github.com/eurekaclinical/javautil.git
License not specified
Dependencies amount 1
Dependencies commons-dbcp2,
There are maybe transitive dependencies!

powermock from group org.powermock (version 1.6.6)

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more. PowerMock works by bytecode manipulation. PowerMock also contain some utilities that gives you easier access to an objects internal state. PowerMock can be used to test otherwise untestable code and also to achieve a cleaner separation between test and production code.

Group: org.powermock Artifact: powermock
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact powermock
Group org.powermock
Version 1.6.6
Last update 04. November 2016
Organization not specified
URL http://www.powermock.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

databene-benerator from group org.databene (version 0.9.8)

'Benerator' is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or configuration files. Data can imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options.

Group: org.databene Artifact: databene-benerator
Show all versions Show documentation Show source 
 

21 downloads
Artifact databene-benerator
Group org.databene
Version 0.9.8
Last update 25. September 2014
Organization Volker Bergmann
URL http://databene.org/databene-benerator
License GNU Public License
Dependencies amount 9
Dependencies jdbacl, databene-script, databene-formats, databene-commons, contiperf, validation-api, junit, antlr-runtime, freemarker,
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!

dist from group net.bpelunit (version 1.6.1)

Group: net.bpelunit Artifact: dist
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dist
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies framework, datasource-csv, datasource-excel, datasource-html, datasource-ods, ant-plugin, commandline, datasource-inliner,
There are maybe transitive dependencies!

net.bpelunit.eclipse.updatesite from group net.bpelunit (version 1.6.1)

Group: net.bpelunit Artifact: net.bpelunit.eclipse.updatesite
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact net.bpelunit.eclipse.updatesite
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

net.bpelunit.eclipse.feature from group net.bpelunit (version 1.6.1)

Group: net.bpelunit Artifact: net.bpelunit.eclipse.feature

 

0 downloads
Artifact net.bpelunit.eclipse.feature
Group net.bpelunit
Version 1.6.1
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 164 from 170 (items total 1692)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy