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

Download JAR files tagged by provider with all dependencies

Search JAR files by class name

ares-boot-starter-rpc-abstract from group io.github.aresxue.boot (version 1.0.2)

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-abstract
Show all versions 
 

0 downloads
Artifact ares-boot-starter-rpc-abstract
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 1
Dependencies ares-boot-starter-rpc-api,
There are maybe transitive dependencies!

ares-boot-starter-rpc-adapter from group io.github.aresxue.boot (version 1.0.2)

rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置, 在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用, 业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具 RPC use quickly, and the underlying implementation is currently dubbo, which can automatically obtain configurations such as registration center, thread pool, and timeout time from the configuration center. When dubbo calls an exception, it will encapsulate the exception into a standard response object and return it to the caller, and customize the dubbo telnet command. For development and testing, businesses can use annotations to consume and provide RPC services, realize batch management of consumption and provider services, and provide generalized calling tools

Group: io.github.aresxue.boot Artifact: ares-boot-starter-rpc-adapter
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ares-boot-starter-rpc-adapter
Group io.github.aresxue.boot
Version 1.0.2
Last update 05. January 2024
Organization not specified
URL Not specified
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

anythingworks-exampleproject-clientlib from group com.optimaize.anythingworks.exampleproject.clientlib (version 1.1.0)

The matching web service client library for the server in this example project to connect to the server. This library is ideally provided by the service provider of the server, so that users can go ahead and hack their userland code against this client library, without having to worry about the transport. Whether the client library uses REST or SOAP is up to the implementor, both are possible. A user of the client library usually does not care what technology is used underneath (as long as things are working correctly).

Group: com.optimaize.anythingworks.exampleproject.clientlib Artifact: anythingworks-exampleproject-clientlib
Show all versions Show documentation Show source 
 

0 downloads
Artifact anythingworks-exampleproject-clientlib
Group com.optimaize.anythingworks.exampleproject.clientlib
Version 1.1.0
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies anythingworks-exampleproject-ontology, anythingworks-client-rest, anythingworks-client-soap,
There are maybe transitive dependencies!

sdk-java from group kh.org.nbc.bakong_khqr (version 1.0.0.9)

The standardization of KHQR code specifications will help promote wider use of mobile retail payments in Cambodia and provide consistent user experience for merchants and consumers. It can enable interoperability in the payment industry. A common QR code would facilitate payments among different schemes, e-wallets and banks and would encourage small merchants to adopt KHQR code as payment method. KHQR is created for retail or remittance in Cambodia and Cross-Border. It only requires a single QR for receiving transactions from any payment provider through Bakong including Bakong App.

Group: kh.org.nbc.bakong_khqr Artifact: sdk-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdk-java
Group kh.org.nbc.bakong_khqr
Version 1.0.0.9
Last update 04. January 2022
Organization not specified
URL https://gitlab.nbc.org.kh/khqr/sdk-java
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies gson, logging-interceptor, commons-validator,
There are maybe transitive dependencies!

sshapi-ganymed from group com.sshtools (version 1.1.2)

Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There are no dependencies on any JCE provider, as all crypto functionality is included. Originally, Ganymed SSH-2 for Java was developed for the Ganymed replication project at ETH Zurich (Switzerland). Downloads and more information about JSch may be found at http://www.cleondris.ch/opensource/ssh2/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-ganymed
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-ganymed
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 2
Dependencies sshapi-core, ganymed-ssh2,
There are maybe transitive dependencies!

sshapi-maverick-16 from group com.sshtools (version 1.1.2)

This version uses the Mavenized 1.6/1.7 branch of Maverick. It will probably eventually become the default Maverick provider implementation, but until such a time it will be a separate module. Using this version we pull the Maverick jars from the SSHTools repository and build directly Maverick is the definitive solution for total SSH compatibility on the Java™ platform. The library is designed to support SSH1 and SSH2 using any version of the Java Development Kit from 1.1 and above, and the API is also now J2ME-ready1 in anticipation of the new breed of interconnected mobile devices Downloads and more information about Maverick may be found at http://www.sshtools.co.uk/en/j2ssh-maverick/. This library is the provider bridge for SSHAPI.

Group: com.sshtools Artifact: sshapi-maverick-16
Show all versions Show documentation Show source 
 

0 downloads
Artifact sshapi-maverick-16
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies sshapi-core, maverick, maverick-agent, commons-logging, oro,
There are maybe transitive dependencies!

sshapi-libssh from group com.sshtools (version 1.1.2)

libssh is a C library that enables you to write a program that uses the SSH protocol. With it, you can remotely execute programs, transfer files, or use a secure and transparent tunnel for your remote programs. The SSH protocol is encrypted, ensures data integrity, and provides strong means of authenticating both the server of the client. The library hides a lot of technical details from the SSH protocol, but this does not mean that you should not try to know about and understand these details. This is the SSHAPI provider bridge for libssh, and uses JNA. Downloads and more information about libssh may be found at http://api.libssh.org/master/index.html. This library is deployed to SSHTools own Maven repository.

Group: com.sshtools Artifact: sshapi-libssh
Show all versions Show documentation Show source 
 

1 downloads
Artifact sshapi-libssh
Group com.sshtools
Version 1.1.2
Last update 16. August 2018
Organization not specified
URL ${scmWebRoot}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies sshapi-core, jna, jnaerator-runtime,
There are maybe transitive dependencies!

servicemix-drools from group org.apache.servicemix (version 2013.01)

The ServiceMix Drools component provides JBI integration to the Drools Rules Engine. It can be used to deploy a rules set that will implement a router or an actual service. A router will mostly act as a transparent proxy between the consumer and the target service provider mad will mostly be implemented by the jbi.route(uri) method below. This method creates a new exchange identical to the one received by the component and will send it to the specified destination. You can also send back a Fault if needed. A router can also be implemented by using directly the JBI Apis (available with the jbi helper) by using the provided client.

Group: org.apache.servicemix Artifact: servicemix-drools
Show all versions Show documentation Show source 
 

0 downloads
Artifact servicemix-drools
Group org.apache.servicemix
Version 2013.01
Last update 15. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies servicemix-shared, drools-compiler, drools-core, servicemix-common,
There are maybe transitive dependencies!

pact-jvm-consumer-junit5_2.11 from group au.com.dius (version 3.5.24)

pact-jvm-consumer-junit5 ======================== JUnit 5 support for Pact consumer tests ## Dependency The library is available on maven central using: * group-id = `au.com.dius` * artifact-id = `pact-jvm-consumer-junit5_2.12` * version-id = `3.5.x` ## Usage ### 1. Add the Pact consumer test extension to the test class. To write Pact consumer tests with JUnit 5, you need to add `@ExtendWith(PactConsumerTestExt)` to your test class. This replaces the `PactRunner` used for JUnit 4 tests. The rest of the test follows a similar pattern as for JUnit 4 tests. ```java @ExtendWith(PactConsumerTestExt.class) class ExampleJavaConsumerPactTest { ``` ### 2. create a method annotated with `@Pact` that returns the interactions for the test For each test (as with JUnit 4), you need to define a method annotated with the `@Pact` annotation that returns the interactions for the test. ```java @Pact(provider="test_provider", consumer="test_consumer") public RequestResponsePact createPact(PactDslWithProvider builder) { return builder .given("test state") .uponReceiving("ExampleJavaConsumerPactTest test interaction") .path("/") .method("GET") .willRespondWith() .status(200) .body("{\"responsetest\": true}") .toPact(); } ``` ### 3. Link the mock server with the interactions for the test with `@PactTestFor` Then the final step is to use the `@PactTestFor` annotation to tell the Pact extension how to setup the Pact test. You can either put this annotation on the test class, or on the test method. For examples see [ArticlesTest](src/test/java/au/com/dius/pact/consumer/junit5/ArticlesTest.java) and [MultiTest](src/test/groovy/au/com/dius/pact/consumer/junit5/MultiTest.groovy). The `@PactTestFor` annotation allows you to control the mock server in the same way as the JUnit 4 `PactProviderRule`. It allows you to set the hostname to bind to (default is `localhost`) and the port (default is to use a random port). You can also set the Pact specification version to use (default is V3). ```java @ExtendWith(PactConsumerTestExt.class) @PactTestFor(providerName = "ArticlesProvider", port = "1234") public class ExampleJavaConsumerPactTest { ``` **NOTE on the hostname**: The mock server runs in the same JVM as the test, so the only valid values for hostname are: | hostname | result | | -------- | ------ | | `localhost` | binds to the address that localhost points to (normally the loopback adapter) | | `127.0.0.1` or `::1` | binds to the loopback adapter | | host name | binds to the default interface that the host machines DNS name resolves to | | `0.0.0.0` or `::` | binds to the all interfaces on the host machine | #### Matching the interactions by provider name If you set the `providerName` on the `@PactTestFor` annotation, then the first method with a `@Pact` annotation with the same provider name will be used. See [ArticlesTest](src/test/java/au/com/dius/pact/consumer/junit5/ArticlesTest.java) for an example. #### Matching the interactions by method name If you set the `pactMethod` on the `@PactTestFor` annotation, then the method with the provided name will be used (it still needs a `@Pact` annotation). See [MultiTest](src/test/groovy/au/com/dius/pact/consumer/junit5/MultiTest.groovy) for an example. ### Injecting the mock server into the test You can get the mock server injected into the test method by adding a `MockServer` parameter to the test method. ```java @Test void test(MockServer mockServer) { HttpResponse httpResponse = Request.Get(mockServer.getUrl() + "/articles.json").execute().returnResponse(); assertThat(httpResponse.getStatusLine().getStatusCode(), is(equalTo(200))); } ``` This helps with getting the base URL of the mock server, especially when a random port is used. ## Unsupported The current implementation does not support tests with multiple providers. This will be added in a later release.

Group: au.com.dius Artifact: pact-jvm-consumer-junit5_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact pact-jvm-consumer-junit5_2.11
Group au.com.dius
Version 3.5.24
Last update 04. November 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 9
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11, pact-jvm-consumer_2.11, junit-jupiter-api,
There are maybe transitive dependencies!

finch-kotlin from group com.tryfinch.api (version 0.22.3)

Group: com.tryfinch.api Artifact: finch-kotlin
Show all versions Show documentation Show source 
 

0 downloads
Artifact finch-kotlin
Group com.tryfinch.api
Version 0.22.3




Page 211 from 217 (items total 2168)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy