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

Download JAR files tagged by spend with all dependencies

Search JAR files by class name

spend from group org.kin.sdk.android (version 2.1.2)

Kin Android SDK Spend

Group: org.kin.sdk.android Artifact: spend
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spend
Group org.kin.sdk.android
Version 2.1.2
Last update 19. January 2022
Organization not specified
URL https://github.com/kinecosystem/kin-android/tree/master/spend
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

godot from group de.hannesstruss (version 0.3)

Keep track of the time you spend building with Gradle

Group: de.hannesstruss Artifact: godot
Show all versions Show documentation Show source 
 

0 downloads
Artifact godot
Group de.hannesstruss
Version 0.3
Last update 28. October 2015
Organization not specified
URL https://github.com/hannesstruss/godot
License Apache License 2.0
Dependencies amount 3
Dependencies commons-io, gson, joda-time,
There are maybe transitive dependencies!

litelinks-core from group com.ibm.utils.litelinks (version 1.7.2)

Group: com.ibm.utils.litelinks Artifact: litelinks-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact litelinks-core
Group com.ibm.utils.litelinks
Version 1.7.2
Last update 08. February 2022
Organization not specified
URL https://github.com/IBM/litelink-core
License The Apache License, Version 2.0
Dependencies amount 12
Dependencies slf4j-api, netty-handler, netty-codec-http, netty-transport-native-epoll, netty-tcnative-boringssl-static, libthrift, zookeeper, curator-recipes, kv-utils, etcd-java, guava, commons-pool2,
There are maybe transitive dependencies!

beanoh from group com.sourceallies.beanoh (version 1.0.0)

Beanoh is a simple open source way to verify your Spring context. Teams that leverage Beanoh spend less time focusing on configuring Spring and more time adding business value.

Group: com.sourceallies.beanoh Artifact: beanoh
Show documentation Show source 
 

0 downloads
Artifact beanoh
Group com.sourceallies.beanoh
Version 1.0.0
Last update 25. May 2011
Organization Source Allies
URL http://beanoh.sourceallies.com
License GNU Lesser General Public License
Dependencies amount 11
Dependencies junit, cglib, commons-logging, log4j, spring-beans, spring-context, spring-core, spring-test, spring-web, servlet-api, jaxen,
There are maybe transitive dependencies!

sentinel from group com.dougnoel (version 1.0.3)

A Selenium framework that implements the Page Object Model (POM) using Object Oriented Programming (OOP) concepts. It abstracts out most of the complexity of Selenium to allow users to focus on automating tests and not spend time dealing with the technical details of implementing an automation framework, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.

Group: com.dougnoel Artifact: sentinel
Show documentation Show source 
 

0 downloads
Artifact sentinel
Group com.dougnoel
Version 1.0.3
Last update 28. February 2020
Organization Doug Noël
URL https://github.com/dougnoel/${project.artifactId}
License The Apache License, Version 2.0
Dependencies amount 29
Dependencies log4j-api, commons-lang3, httpcore, httpclient, pdfbox, jackson-annotations, jackson-core, jackson-databind, jackson-dataformat-yaml, cucumber-core, cucumber-java, cucumber-extentsreport, selenium-api, selenium-support, selenium-chrome-driver, selenium-firefox-driver, selenium-ie-driver, selenium-remote-driver, selenium-safari-driver, log4j-core, log4j-1.2-api, log4j-slf4j-impl, swagger-parser, selenium-java, extentreports, unirest-java, junit, cucumber-junit, sauce_junit,
There are maybe transitive dependencies!

ipsedixit from group net.sf.ipsedixit (version 1.0.2)

Ipsedixit is a lightweight provider of arbitrary data, mocks and dummies for your Java testing pleasure. It is designed to reduce the amount of boilerplate setup code in your tests, allowing you to spend more time solving more interesting problems. Check out the wiki for the latest docco and examples.

Group: net.sf.ipsedixit Artifact: ipsedixit
Show all versions Show documentation Show source 
 

0 downloads
Artifact ipsedixit
Group net.sf.ipsedixit
Version 1.0.2
Last update 19. May 2012
Organization not specified
URL http://ipsedixit.sourceforge.net
License Apache 2
Dependencies amount 3
Dependencies objenesis, commons-lang, cglib,
There are maybe transitive dependencies!

djenni-source-maven-example from group com.robertboothby.djenni (version 0.2.0)

Group: com.robertboothby.djenni Artifact: djenni-source-maven-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact djenni-source-maven-example
Group com.robertboothby.djenni
Version 0.2.0
Last update 10. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies core, hamcrest-all, junit,
There are maybe transitive dependencies!

util from group com.robertboothby.djenni (version 0.2.0)

Group: com.robertboothby.djenni Artifact: util
Show all versions Show documentation Show source 
 

0 downloads
Artifact util
Group com.robertboothby.djenni
Version 0.2.0
Last update 10. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

djenni-parent from group com.robertboothby.djenni (version 0.2.0)

This is the parent module for all components of the Djenni framework - a test data generation framework that sets out to introduce better practices in test data management and generation. The core goals are: - to reduce the amount of time developers and testers spend manually crafting data - to make tests clearer by only focusing on the key data elements - to make tests even more complete by fuzzing data elements that are not deemed key to the test - to better support later test phases by helping developers to provide data generators suitable for large scale data generation in a thread safe / multi-threadable manner.

Group: com.robertboothby.djenni Artifact: djenni-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact djenni-parent
Group com.robertboothby.djenni
Version 0.2.0
Last update 10. November 2019
Organization not specified
URL https://github.com/RobertBoothby/djenni
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stepping from group com.imperva.stepping (version 5.1.0)

Stepping is a framework designed to ease the implementation of data processing solutions. In use cases where we need to implement data or data-streaming algorithms or any other processing on data, we need to first handle many different infrastructure issues. For example, we need to decide how to split the data processing logic into different steps, think about our threading policy, how to handle communication between the different steps, error handling etc. One of the most important subjects is the Threading Policy of our solution. For example, we need to think how many threads to open, have the option to distribute the processing of data to multiple 'executors' in parallel, have a thread-safe communication layer between the threads etc. On top of that we also care a lot about the performance of our solution, we want to make sure that the latency added by these infrastructures is minimal as possible. Stepping aims to handle many of these aspects so developers can spend their time on the business logic instead of solving these infrastructure and data flow issues issues over and over again.

Group: com.imperva.stepping Artifact: stepping
Show all versions Show documentation Show source 
 

0 downloads
Artifact stepping
Group com.imperva.stepping
Version 5.1.0
Last update 01. July 2024
Organization not specified
URL https://github.com/imperva/stepping.git
License The Apache License, Version 2.0
Dependencies amount 6
Dependencies slf4j-simple, perf-sampler, slf4j-api, gs-core, gs-ui-swing, spring-context,
There are maybe transitive dependencies!



Page 1 from 2 (items total 13)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy