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

Download JAR files tagged by rest with all dependencies

Search JAR files by class name

Sorry, this artifact is removed by the owner.

threadfix-cli from group com.denimgroup.threadfix (version 2.5)

This module contains library classes for accessing the ThreadFix REST API. The ThreadFix IDE plugins use this library to retrieve application and vulnerability marker information, and in the ThreadFix scanner plugins to get endpoint information and upload scans to ThreadFix applications. The easiest way to start using the library is with the PluginClient or ThreadFixRestClient classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix API key and url information. The default PropertiesManager implementation stores these properties in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class to override this behavior for the target platform.

Group: com.denimgroup.threadfix Artifact: threadfix-cli
Show all versions Show documentation Show source 
 

0 downloads
Artifact threadfix-cli
Group com.denimgroup.threadfix
Version 2.5
Last update 28. August 2017
Organization Denim Group, Ltd.
URL https://github.com/denimgroup/threadfix
License Mozilla Public License, Version 2.0
Dependencies amount 7
Dependencies threadfix-entities, commons-httpclient, commons-cli, commons-io, commons-validator, gson, jackson-annotations,
There are maybe transitive dependencies!

smartrics-RestFixture from group smartrics.restfixture (version 4.4)

The RestFixture is a FitNesse (http://fitnesse.org) fixture that allows developers and/or product owners to write test fixtures for REST services with simplicity in mind. The idea is to write tests that are self documenting and easy to write and read, without the need to write Java code. The fixture allows test writers to express tests as actions (any of the allowed HTTP methods) to operate on resource URIs and express expectations on the content of the return code, headers and body. All without writing one single line of Java code. And it also works as a living/executable documentation of the API.

Group: smartrics.restfixture Artifact: smartrics-RestFixture
Show all versions Show documentation Show source 
 

46 downloads
Artifact smartrics-RestFixture
Group smartrics.restfixture
Version 4.4
Last update 31. January 2017
Organization smartrics
URL https://github.com/smartrics/RestFixture
License GNU LESSER GENERAL PUBLIC LICENSE
Dependencies amount 6
Dependencies fitnesse, smartrics-RestClient, rhino, jettison, xstream, slf4j-api,
There are maybe transitive dependencies!

big-map_2.11 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.11
Show documentation Show source 
 

0 downloads
Artifact big-map_2.11
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.11, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.10 from group com.avast (version 1.1)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact big-map_2.10
Group com.avast
Version 1.1
Last update 24. October 2016
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_${build.scopt.scala.version}, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

big-map_2.9 from group com.avast (version 1.0)

In some data processing tasks we need to use huge maps or sets that are bigger than available JVM heap space or they are loading too slow to standard Java or Scala Maps. We use TSV format (text file with tab separated columns) for persist this kind of Maps or Sets. Some columns are used as a key and rest of columns as a value. Idea of this library is simple. We can prepare these maps once (sort by key), store it to file and then use it as memory mapped file. Searching key in sorted file has log(n) complexity. If more processes uses the same memory mapped file, it exists in memory just once (on Linux). This file can be loaded lazy by OS.

Group: com.avast Artifact: big-map_2.9
Show documentation Show source 
 

0 downloads
Artifact big-map_2.9
Group com.avast
Version 1.0
Last update 16. January 2015
Organization AVAST Software
URL https://github.com/avast/BigMap
License Apache License, Version 2.0
Dependencies amount 5
Dependencies scala-library, scopt_2.9.3, slf4j-api, logback-classic, commons-io,
There are maybe transitive dependencies!

sspace-wordsi from group edu.ucla.sspace (version 2.0)

The S-Space Package is a collection of algorithms for building Semantic Spaces as well as a highly-scalable library for designing new distributional semantics algorithms. Distributional algorithms process text corpora and represent the semantic for words as high dimensional feature vectors. This package also includes matrices, vectors, and numerous clustering algorithms. These approaches are known by many names, such as word spaces, semantic spaces, or distributed semantics and rest upon the Distributional Hypothesis: words that appear in similar contexts have similar meanings.

Group: edu.ucla.sspace Artifact: sspace-wordsi
Show documentation Show source 
 

0 downloads
Artifact sspace-wordsi
Group edu.ucla.sspace
Version 2.0
Last update 23. May 2012
Organization not specified
URL http://fozziethebeat.github.com/S-Space
License GNU General Public License 2
Dependencies amount 4
Dependencies commons-math, trove4j, netlib-java, arpack_combined_all,
There are maybe transitive dependencies!

idaithalam from group io.virtualan (version 1.7.0)

Idaithalam is a low code Test automation Framework, developed using Java and Cucumber. It leverages Behavior Driven Development (BDD). Tester can create test cases/scripts in simple Excel with API Spec. Excel is a simplified way to create Json based test scripts in Idaithalam. Test cases can be created quickly and tested in minutes. As a tester, you need to create Excel and pass it to Idaithalam Framework. First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized. Then it generates Feature files from the Virtualan Collection and its executed. Lastly, It generates test report in BDD/Cucumber style. This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages #idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd Virtualan Collection is a JSON based TestScripts generated from Excel API testing can be automated using Excel, POSTMAN collection and VIRTUALAN - Utilized for API testing. - Utilized Contract testing. - Utilized Production Checkout. - Agile Testing - Progressive Regression can be done for each sprint. Reduce lot of manual effects.

Group: io.virtualan Artifact: idaithalam
Show all versions Show documentation Show source 
 

0 downloads
Artifact idaithalam
Group io.virtualan
Version 1.7.0
Last update 23. May 2022
Organization not specified
URL https://www.virtualan.io
License Apache License 2.0
Dependencies amount 12
Dependencies cucumblan-api, cucumblan-db, cucumblan-message, jackson-databind, commons-lang3, commons-io, cucumber-reporting, compiler, gherkin-formatter, slf4j-simple, log4j-core, swagger-inflector,
There are maybe transitive dependencies!

pact-jvm-consumer-specs2_2.12 from group au.com.dius (version 4.0.10)

pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ```scala libraryDependencies += "au.com.dius" %% "pact-jvm-consumer-specs2" % "3.2.11" ``` or if you are using Gradle: ```groovy dependencies { testCompile "au.com.dius:pact-jvm-consumer-specs2_2.11:3.2.11" } ``` __*Note:*__ `PactSpec` requires spec2 3.x. Also, for spray users there's an incompatibility between specs2 v3.x and spray. Follow these instructions to resolve that problem: https://groups.google.com/forum/#!msg/spray-user/2T6SBp4OJeI/AJlnJuAKPRsJ ## Usage To author a test, mix `PactSpec` into your spec First we define a service client called `ConsumerService`. In our example this is a simple wrapper for `dispatch`, an HTTP client. The source code can be found in the test folder alongside the `ExamplePactSpec`. Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends Specification with PactSpec { val consumer = "My Consumer" val provider = "My Provider" override def is = uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .withConsumerTest { providerConfig => Await.result(ConsumerService(providerConfig.url).simpleGet("/foo"), Duration(1000, MILLISECONDS)) must beEqualTo(200, Some("{}")) } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ``` # Forcing pact files to be overwritten (3.6.5+) By default, when the pact file is written, it will be merged with any existing pact file. To force the file to be overwritten, set the Java system property `pact.writer.overwrite` to `true`.

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

0 downloads
Artifact pact-jvm-consumer-specs2_2.12
Group au.com.dius
Version 4.0.10
Last update 18. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 5
Dependencies pact-jvm-consumer, json, specs2-core_2.12, async-http-client, scala-java8-compat_2.12,
There are maybe transitive dependencies!

msdk-db-mona from group io.github.msdk (version 0.0.27)

MassBank of America (MoNA), is an auto curating repository for storing, comparing and querying mass spectra of chemical compounds. It is metadata centric and it was designed to allow easy integration into other tools by utilize its REST based application programming interface. At the current time it contains over 200k predicted and 40k unique experimental mass spectra and their associated metadata. The predicted spectra were obtained by utilizing the lipid blast library and the experimental spectra were acquired from 30 different facilities all over the world, including several major research facilities in the United States and Japan. MoNA is utilizing the InChI Key as unique identifier for chemicals and is designed for easy scalability and expendability. This is realized by utilizing common applications like nginx, grails, AngularJS, postgresSQL and tomcat. MoNA is currently integrated in applications like MSDial, BinBase, MZMine and the statistics package R. This was accomplished by utilizing its REST based API, which is also utilized by its main AngularJS based web interface. We consider MoNA to be highly useful for crosslinking mass spectra in publications, identification of unknowns and integration in data acquisition software. This package provides you with access to the REST api of the main MoNA installation.

Group: io.github.msdk Artifact: msdk-db-mona
Show all versions Show source 
 

0 downloads
Artifact msdk-db-mona
Group io.github.msdk
Version 0.0.27
Last update 28. July 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies msdk-datamodel, minimal-json, commons-lang, jersey-media-json-jackson, jersey-client,
There are maybe transitive dependencies!



Page 510 from 513 (items total 5127)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy