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

Download JAR files tagged by sent with all dependencies

Search JAR files by class name

jexbox-core from group com.jexbox.connector (version 0.0.1)

Core Java Jexbox connector hooks into Thread.UncaughtExceptionHandler, so any uncaught exceptions in your application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties

Group: com.jexbox.connector Artifact: jexbox-core
Show documentation Show source 
 

0 downloads
Artifact jexbox-core
Group com.jexbox.connector
Version 0.0.1
Last update 26. May 2014
Organization not specified
URL http://jexbox.com/connectors
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

ocpp-view-model from group io.motown.ocpp (version 0.8.2)

Open Charge Point Protocol (OCPP. The common parts of the different OCPP specifications are handled here. The SOAP and JSON web socket modules communicate with the core via this module. This module also handles the events sent out by the core.

Group: io.motown.ocpp Artifact: ocpp-view-model
Show documentation Show source 
 

4 downloads
Artifact ocpp-view-model
Group io.motown.ocpp
Version 0.8.2
Last update 16. May 2014
Organization not specified
URL http://motown.io/
License The Apache Software License, Version 2.0
Dependencies amount 17
Dependencies guava, domain-core-api, domain-utils, junit, axon-core, quartz, hibernate-entitymanager, hibernate-jpa-2.0-api, hsqldb, mockito-all, jcl-over-slf4j, slf4j-api, spring-beans, spring-context, spring-jdbc, spring-orm, spring-test,
There are maybe transitive dependencies!

parent from group net.sf.logdistiller (version 3)

LogDistiller is a logfile merge and sort tool. Log content is classified according to rules configured in an XML file. Classification results go into reports, which are published: simply stored in a file, sent by mail, or even added to a news feed.

Group: net.sf.logdistiller Artifact: parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact parent
Group net.sf.logdistiller
Version 3
Last update 08. May 2014
Organization not specified
URL http://logdistiller.sf.net/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-batch-translate from group com.tunyk.jsonbatchtranslate (version 1.0)

JSON Batch Translate library allows you to translate json objects with google translate service and returns back exactly the same json with translated values (keys are kept original, only one request is sent for translation)

Group: com.tunyk.jsonbatchtranslate Artifact: json-batch-translate
Show documentation Show source 
 

0 downloads
Artifact json-batch-translate
Group com.tunyk.jsonbatchtranslate
Version 1.0
Last update 13. August 2011
Organization TUNYK.COM
URL http://tunyk.com/
License Apache License 2.0
Dependencies amount 3
Dependencies google-api-translate-java, slf4j-api, slf4j-log4j12,
There are maybe transitive dependencies!

logdistiller from group net.sf.logdistiller (version 1.1)

Group: net.sf.logdistiller Artifact: logdistiller
Show all versions Show source 
 

0 downloads
Artifact logdistiller
Group net.sf.logdistiller
Version 1.1
Last update 29. November 2009
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies ant, mail, commons-io, commons-lang, jdom,
There are maybe transitive dependencies!

form-sql-builder-mysql from group org.crazycake (version 1.0.0-RELEASE)

As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

Group: org.crazycake Artifact: form-sql-builder-mysql
Show documentation Show source 
 

0 downloads
Artifact form-sql-builder-mysql
Group org.crazycake
Version 1.0.0-RELEASE
Last update 12. October 2014
Organization not specified
URL https://github.com/alexxiyang/form-sql-builder-mysql
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies persistence-api, slf4j-api, jackson-mapper-asl, camel-name-utils,
There are maybe transitive dependencies!

SaltedKey from group com.rcastrucci.dev (version 1.2.0)

A simple repository to salt a secret key and verify its authenticity. Developed to be used in mobile applications while communicating with a server side using an Api. Instead of sending an apikey straight on the request, SaltedKey can generate a temporary public key, valid for one time use and during a specific time frame, default time is set to 60 seconds. This public key can be sent on request and on server side SaltedKey can verify its authenticity. The Salt is based on time millis and uses the algorithm SHA-256 to create the temporary public key. The public key base will change every time it exceeds the time frame. This library can increase the API security. Even if the public key used on request is exposed, no one will be able to use it again! As it is a one time use only.

Group: com.rcastrucci.dev Artifact: SaltedKey
Show all versions Show documentation Show source 
 

0 downloads
Artifact SaltedKey
Group com.rcastrucci.dev
Version 1.2.0
Last update 02. April 2023
Organization not specified
URL https://github.com/rcastrucci/saltedkey
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

mmbase-utils from group org.mmbase (version 2.0.0)

<p> MMBase Utils is a part of MMBase, but can also be used in other projects. It contains several kind of utility classes.</p> <p>Highlights:</p> <ul> <li>An implementation of 'events'. Threads can use this to communicate certain things. Using mmbase-clustering, these events can also be sent to other servers.</li> <li>A logging framework</li> <li>A framework for string and byte array transformeration, plus a whole lot of implemetentations for that.</li> <li>Several java.util like classes (collections, dateparsing)</li> <li>File type recognition ('magicfile')</li> <li>The MMBase resourceloader, a generic fall-back mechanism for configuration files and similar resources.</li> <li>...</li> </ul>

Group: org.mmbase Artifact: mmbase-utils
Show documentation Show source 
 

0 downloads
Artifact mmbase-utils
Group org.mmbase
Version 2.0.0
Last update 08. August 2019
Organization not specified
URL https://github.com/mmbase/mmbase-utils
License not specified
Dependencies amount 4
Dependencies commons-fileupload, commons-io, junit, mockito-core,
There are maybe transitive dependencies!

xapi-template from group net.wetheinter (version 0.2)

A simple templating system for java codegen. This library includes an object-oriented, fluent source writing api, for a chained, intuitive codegen api. It also includes a template processor which can take java source files formatted with "magic comments", to allow simple mapping of GeneratorClass#generatorMethod() to inject dynamic source content. //@generateWith(GeneratorClass)// -Sets the current generator. You may use as many as you please //generatorMethod(arbitrary-string-data-you-may-want-to-parse)// -invokes the named method on the current injector, with any text (between brackets) sent as a string This allows you to markup default source with hooks where you may want to inject arbitrary code. It is especially useful for generating super-source in gwt compiles; changes to the default class are propagated to overrides.

Group: net.wetheinter Artifact: xapi-template
Show documentation Show source 
 

0 downloads
Artifact xapi-template
Group net.wetheinter
Version 0.2
Last update 20. February 2013
Organization The Internet Party
URL https://github.com/WeTheInternet/xapi-template
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

# Pact Junit 5 Extension ## Overview For writing Pact verification tests with JUnit 5, there is an JUnit 5 Invocation Context Provider that you can use with the `@TestTemplate` annotation. This will generate a test for each interaction found for the pact files for the provider. To use it, add the `@Provider` and one of the pact source annotations to your test class (as per a JUnit 4 test), then add a method annotated with `@TestTemplate` and `@ExtendWith(PactVerificationInvocationContextProvider.class)` that takes a `PactVerificationContext` parameter. You will need to call `verifyInteraction()` on the context parameter in your test template method. For example: ```java @Provider(&quot;myAwesomeService&quot;) @PactFolder(&quot;pacts&quot;) public class ContractVerificationTest { @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void pactVerificationTestTemplate(PactVerificationContext context) { context.verifyInteraction(); } } ``` For details on the provider and pact source annotations, refer to the [Pact junit runner](../pact-jvm-provider-junit/README.md) docs. ## Test target You can set the test target (the object that defines the target of the test, which should point to your provider) on the `PactVerificationContext`, but you need to do this in a before test method (annotated with `@BeforeEach`). There are three different test targets you can use: `HttpTestTarget`, `HttpsTestTarget` and `AmpqTestTarget`. For example: ```java @BeforeEach void before(PactVerificationContext context) { context.setTarget(HttpTestTarget.fromUrl(new URL(myProviderUrl))); // or something like // context.setTarget(new HttpTestTarget(&quot;localhost&quot;, myProviderPort, &quot;/&quot;)); } ``` ## Provider State Methods Provider State Methods work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](../pact-jvm-provider-junit/README.md) docs. ## Modifying the requests before they are sent **Important Note:** You should only use this feature for things that can not be persisted in the pact file. By modifying the request, you are potentially modifying the contract from the consumer tests! Sometimes you may need to add things to the requests that can&apos;t be persisted in a pact file. Examples of these would be authentication tokens, which have a small life span. The Http and Https test targets support injecting the request that will executed into the test template method. You can then add things to the request before calling the `verifyInteraction()` method. For example to add a header: ```java @TestTemplate @ExtendWith(PactVerificationInvocationContextProvider.class) void testTemplate(PactVerificationContext context, HttpRequest request) { // This will add a header to the request request.addHeader(&quot;X-Auth-Token&quot;, &quot;1234&quot;); context.verifyInteraction(); } ``` ## Objects that can be injected into the test methods You can inject the following objects into your test methods (just like the `PactVerificationContext`). They will be null if injected before the supported phase. | Object | Can be injected from phase | Description | | ------ | --------------- | ----------- | | PactVerificationContext | @BeforeEach | The context to use to execute the interaction test | | Pact | any | The Pact model for the test | | Interaction | any | The Interaction model for the test | | HttpRequest | @TestTemplate | The request that is going to be executed (only for HTTP and HTTPS targets) | | ProviderVerifier | @TestTemplate | The verifier instance that is used to verify the interaction |

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

2 downloads
Artifact pact-jvm-provider-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-provider-junit_2.11, junit-jupiter-api,
There are maybe transitive dependencies!



Page 9 from 11 (items total 108)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy