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

Download JAR files tagged by adapter with all dependencies

Search JAR files by class name

se from group de.openkeyword (version 0.2.44)

This is the OpenKeyWord Selenium GUI-Adapter-module. Se defines default GUI-Adapter ( Pushbutton, Link, Textfield...) Add this module in to your maven Project to automate Web-GUI. See Dependency Information. You can also use -Se- as a base-class in your own Project or Product specific GUI-Adapter.

Group: de.openkeyword Artifact: se
Show all versions Show documentation Show source 
 

0 downloads
Artifact se
Group de.openkeyword
Version 0.2.44
Last update 11. August 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies core, log2html, selenium-firefox-driver, selenium-chrome-driver, selenium-safari-driver, htmlunit-driver,
There are maybe transitive dependencies!

protean-spring from group io.gitlab.littlesaints (version 1.0.1)

Protean is a event driven framework to design application as data processing pipelines or workflow using json / yaml format and in an implementation agnostic manner. protean-spring is it's spring-framework 'adapter' sub-project.

Group: io.gitlab.littlesaints Artifact: protean-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact protean-spring
Group io.gitlab.littlesaints
Version 1.0.1
Last update 13. January 2020
Organization not specified
URL https://gitlab.com/littlesaints/workflow/protean-suite/protean
License GNU Lesser General Public License, Version 3
Dependencies amount 5
Dependencies log4j-api, functional-streams, protean-core, javax.annotation-api, spring-context,
There are maybe transitive dependencies!

adapters-shortest-paths-impl-bsmock from group com.programmerare.shortest-paths (version 1.0.0)

Adapter implementation (for the Target Adapter interfaces defined in 'adapters-shortest-paths-core') which uses 'fork of bsmock k-shortest-paths' as the adaptee. ( the library located at URL https://github.com/TomasJohansson/k-shortest-paths is a fork of https://github.com/bsmock/k-shortest-paths )

Group: com.programmerare.shortest-paths Artifact: adapters-shortest-paths-impl-bsmock
Show documentation Show source 
 

0 downloads
Artifact adapters-shortest-paths-impl-bsmock
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/adapters-shortest-paths/tree/master/adapters-shortest-paths-impl-bsmock
License Apache Software License, Version 2.0
Dependencies amount 2
Dependencies adapters-shortest-paths-core, fork-of-edu.ufl.cise.bsmock.graph,
There are maybe transitive dependencies!

adapters-shortest-paths-impl-yanqi from group com.programmerare.shortest-paths (version 1.0.0)

Adapter implementation (for the Target Adapter interfaces defined in 'adapters-shortest-paths-core') which uses 'fork of yan-qi k-shortest-paths-java-version' as the adaptee. ( the library located at URL https://github.com/TomasJohansson/k-shortest-paths-java-version is a fork of https://github.com/yan-qi/k-shortest-paths-java-version )

Group: com.programmerare.shortest-paths Artifact: adapters-shortest-paths-impl-yanqi
Show documentation Show source 
 

0 downloads
Artifact adapters-shortest-paths-impl-yanqi
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/adapters-shortest-paths/tree/master/adapters-shortest-paths-impl-yanqi
License Apache Software License, Version 2.0
Dependencies amount 2
Dependencies adapters-shortest-paths-core, fork-of-edu.asu.emit.algorithm.graph,
There are maybe transitive dependencies!

adapters-shortest-paths from group com.programmerare.shortest-paths (version 1.0.0)

Adapter library and implementations for finding the shortest paths between two locations. This is useful for travel routing when you want to minimize the total time or total distance.

Group: com.programmerare.shortest-paths Artifact: adapters-shortest-paths
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adapters-shortest-paths
Group com.programmerare.shortest-paths
Version 1.0.0
Last update 02. May 2018
Organization not specified
URL https://github.com/TomasJohansson/adapters-shortest-paths
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xapi-core-log from group net.wetheinter (version 0.5)

This module contains the basic logger interface, and a few adapter implementations. Note, to use an adapter, you will be responsible for providing dependencies; this module only uses provided scope, to avoid leaking dependencies for adapters.

Group: net.wetheinter Artifact: xapi-core-log
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-core-log
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-api,
There are maybe transitive dependencies!

extended-demo-app from group com.java-adventures.rsc (version 1.1.0)

Two simple REST services that use the same resource adapter implementation but with different configuration. You have to create two connector resources (echo and echo2) before deploying this application.

Group: com.java-adventures.rsc Artifact: extended-demo-app
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact extended-demo-app
Group com.java-adventures.rsc
Version 1.1.0
Last update 03. December 2013
Organization not specified
URL http://java-adventures.com
License not specified
Dependencies amount 2
Dependencies jersey-client, extended-echo-connector-api,
There are maybe transitive dependencies!

extended-echo-connector from group com.java-adventures.rsc (version 1.1.0)

Implementation of the example Echo API. This adapter will not connect to a real remote system. It simply runs in-memory and adds the url, username and password property to the request for the sake of this demo.

Group: com.java-adventures.rsc Artifact: extended-echo-connector
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact extended-echo-connector
Group com.java-adventures.rsc
Version 1.1.0
Last update 03. December 2013
Organization not specified
URL http://java-adventures.com
License not specified
Dependencies amount 3
Dependencies extended-echo-connector-api, remote-system-connector, slf4j-jdk14,
There are maybe transitive dependencies!

demo-app from group com.java-adventures.rsc (version 1.1.0)

Two simple REST services that use the same resource adapter implementation but with different configuration. You have to create two connector resources (echo and echo2) before deploying this application.

Group: com.java-adventures.rsc Artifact: demo-app
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact demo-app
Group com.java-adventures.rsc
Version 1.1.0
Last update 03. December 2013
Organization not specified
URL http://java-adventures.com
License not specified
Dependencies amount 2
Dependencies jersey-client, echo-connector-api,
There are maybe transitive dependencies!

echo-connector from group com.java-adventures.rsc (version 1.1.0)

Implementation of the example Echo API. This adapter will not connect to a real remote system. It simply runs in-memory and adds the url, username and password property to the request for the sake of this demo.

Group: com.java-adventures.rsc Artifact: echo-connector
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact echo-connector
Group com.java-adventures.rsc
Version 1.1.0
Last update 03. December 2013
Organization not specified
URL http://java-adventures.com
License not specified
Dependencies amount 3
Dependencies echo-connector-api, remote-system-connector, slf4j-jdk14,
There are maybe transitive dependencies!



Page 210 from 213 (items total 2130)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy