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

Download JAR files tagged by automates with all dependencies


SeleniumWebDrivers from group io.github.Yash-777 (version 1.0.0)

Automatic management of Selenium Driver Executable's in run-time for Java. Which automates the required driver form cloud into your machine.

Group: io.github.Yash-777 Artifact: SeleniumWebDrivers
Show documentation Show source 
Download SeleniumWebDrivers.jar (1.0.0)
 

0 downloads
Artifact SeleniumWebDrivers
Group io.github.Yash-777
Version 1.0.0
Last update 30. August 2018
Organization GitHub OpenSource
URL https://yash-777.github.io/SeleniumWebDrivers
License Apache 2.0
Dependencies amount 4
Dependencies commons-io, commons-compress, jarchivelib, gson,
There are maybe transitive dependencies!

logchange-maven-plugin from group dev.logchange (version 1.13.0)

Group: dev.logchange Artifact: logchange-maven-plugin
Show all versions Show documentation Show source 
Download logchange-maven-plugin.jar (1.13.0)
 

0 downloads
Artifact logchange-maven-plugin
Group dev.logchange
Version 1.13.0
Last update 26. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies logchange-core, maven-core, maven-plugin-api, plexus-interactivity-api,
There are maybe transitive dependencies!

run-spring-boot-starter from group com.mobaijun (version 3.0.10)

"RunCommandRunner, a Spring Boot application, automates the opening of specified URLs on startup, enhancing user experience by seamlessly navigating to frontend, Swagger, and project home pages."

Group: com.mobaijun Artifact: run-spring-boot-starter
Show all versions Show documentation Show source 
Download run-spring-boot-starter.jar (3.0.10)
 

0 downloads
Artifact run-spring-boot-starter
Group com.mobaijun
Version 3.0.10
Last update 23. September 2024
Organization not specified
URL https://github.com/mobaijun/mobaijun-spring-boot-starter
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

selema from group io.github.javiertuya (version 3.2.3)

A multi-platform, multi-framework Selenium Test Lifecycle Manager on Java and .NET. Automates the WebDriver instantiation and configuration, providing an unified test log, clues for debugging and integration with CI platforms and Browser services.

Group: io.github.javiertuya Artifact: selema
Show all versions Show documentation Show source 
Download selema.jar (3.2.3)
 

0 downloads
Artifact selema
Group io.github.javiertuya
Version 3.2.3
Last update 28. June 2024
Organization Software Engineering Research Group - University of Oviedo, ES
URL https://github.com/javiertuya/selema
License Apache License 2.0
Dependencies amount 5
Dependencies webdrivermanager, portable-java, visual-assert, slf4j-api, commons-io,
There are maybe transitive dependencies!

FileHelpers4J from group com.github.vicenthy.filehelpers4j (version 0.0.2)

FileHelpers4J is a library that automates the tedious task of parsing and creating structured text files. It handles fixed width or delimited files with Java annotations sweetness

Group: com.github.vicenthy.filehelpers4j Artifact: FileHelpers4J
Show all versions Show documentation Show source 
Download FileHelpers4J.jar (0.0.2)
 

1 downloads
Artifact FileHelpers4J
Group com.github.vicenthy.filehelpers4j
Version 0.0.2
Last update 11. April 2018
Organization not specified
URL https://vicenthy.github.io/FileHelpers4J
License MIT License
Dependencies amount 1
Dependencies commons-lang3,
There are maybe transitive dependencies!

disk-project from group edu.isi.kcap.diskproject (version 3.0.2)

The DISK system automates the execution of scientific workflows triggered on data changes. To do this DISK collects data from different data repositories and defines methods on different workflows systems. User defined goals are periodically check for new data/methods available. When a method detects new data, a new workflow execution will be send. Each experiment execution is stored with its metadata and outputs for posterior analysis.

Group: edu.isi.kcap.diskproject Artifact: disk-project
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact disk-project
Group edu.isi.kcap.diskproject
Version 3.0.2
Last update 20. April 2023
Organization USC/Information Sciences Institute
URL https://github.com/KnowledgeCaptureAndDiscovery/DISK-API
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

discodnc from group de.tum.ei.lkn.eces (version 2.4.3-lkn)

Deterministic Network Calculus (DNC) is a methodology for worst-case modeling and analysis of communication networks. It enables to derive deterministic bounds on a server’s backlog as well as a flow’s end-to-end delay. Given a directed graph of servers (server graph) and the flows crossing these servers, the Disco Deterministic Network Calculator (DiscoDNC) automates the derivation of bounds.

Group: de.tum.ei.lkn.eces Artifact: discodnc
Show documentation Show source 
Download discodnc.jar (2.4.3-lkn)
 

0 downloads
Artifact discodnc
Group de.tum.ei.lkn.eces
Version 2.4.3-lkn
Last update 03. January 2021
Organization not specified
URL discodnc.cs.uni-kl.de
License GNU General Lesser Public License (LGPL) version 2.1
Dependencies amount 1
Dependencies commons-math3,
There are maybe transitive dependencies!

boost_foreach from group com.github.brunotl (version 1.81.0)

In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Group: com.github.brunotl Artifact: boost_foreach
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_foreach
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_config, boost_detail, boost_mpl, boost_range, boost_type_traits, boost_iterator, boost_utility,
There are maybe transitive dependencies!

timeseriesForecasting from group nz.ac.waikato.cms.weka (version 1.1.27)

Provides a time series forecasting environment for Weka. Includes a wrapper for Weka regression schemes that automates the process of creating lagged variables and date-derived periodic variables and provides the ability to do closed-loop forecasting. New evaluation routines are provided by a special evaluation module and graphing of predictions/forecasts are provided via the JFreeChart library. Includes both command-line and GUI user interfaces. Sample time series data can be found in ${WEKA_HOME}/packages/timeseriesForecasting/sample-data.

Group: nz.ac.waikato.cms.weka Artifact: timeseriesForecasting
Show all versions Show documentation Show source 
Download timeseriesForecasting.jar (1.1.27)
 

118 downloads
Artifact timeseriesForecasting
Group nz.ac.waikato.cms.weka
Version 1.1.27
Last update 24. October 2019
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/timeseriesForecasting
License GNU General Public License 3
Dependencies amount 3
Dependencies weka-dev, jfreechart, commons-codec,
There are maybe transitive dependencies!

ModelCC from group org.modelcc (version 2015)

ModelCC is a model-based parser generator (a.k.a. compiler compiler) that decouples language specification from language processing, avoiding some of the problems caused by grammar-driven parser generators. ModelCC receives a conceptual model as input, along with constraints that annotate it. It is then able to create a parser for the desired textual language and the generated parser fully automates the instantiation of the language conceptual model. ModelCC also includes a built-in reference resolution mechanism that results in abstract syntax graphs, rather than mere abstract syntax trees.

Group: org.modelcc Artifact: ModelCC
Show documentation Show source 
Download ModelCC.jar (2015)
 

0 downloads
Artifact ModelCC
Group org.modelcc
Version 2015
Last update 19. December 2018
Organization not specified
URL http://www.modelcc.org
License Simplified BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 12 from 13 (items total 122)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy