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

Download JAR files tagged by pact with all dependencies

Search JAR files by class name

pact-specification-test from group au.com.dius.pact (version 4.4.0-beta.7)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius.pact Artifact: pact-specification-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test
Group au.com.dius.pact
Version 4.4.0-beta.7
Last update 11. October 2022
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-specification-test_2.12 from group au.com.dius (version 3.6.15)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test_2.12
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test_2.12
Group au.com.dius
Version 3.6.15
Last update 29. April 2020
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-specification-test from group au.com.dius (version 4.0.10)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test
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 0
Dependencies No dependencies
There are maybe transitive dependencies!

pact-specification-test_2.11 from group au.com.dius (version 3.5.24)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test_2.11
Show all versions Show documentation Show source 
 

1 downloads
Artifact pact-specification-test_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 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11,
There are maybe transitive dependencies!

pact-specification-test_2.10 from group au.com.dius (version 2.4.20)

Pact Specification ================== The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching code aimed at ensuring pact library implementations across different languages have the same matching behaviour. Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers using different libraries.

Group: au.com.dius Artifact: pact-specification-test_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact pact-specification-test_2.10
Group au.com.dius
Version 2.4.20
Last update 14. April 2018
Organization not specified
URL https://github.com/DiUS/pact-jvm
License Apache 2
Dependencies amount 2
Dependencies slf4j-api, scala-library,
There are maybe transitive dependencies!

swagger-request-validator from group com.atlassian.oai (version 2.41.0)

Validation of request/responses against an OpenAPI / Swagger specification. Includes a standalone validator, as well as adapters for Pact and other mocking/http libraries.

Group: com.atlassian.oai Artifact: swagger-request-validator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact swagger-request-validator
Group com.atlassian.oai
Version 2.41.0
Last update 19. June 2024
Organization not specified
URL https://bitbucket.org/atlassian/swagger-request-validator
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

pact-jvm-provider-specs2 ======================== Provides an extension to Specs2 Specification to validate a pact file against a running provider. See [ExampleProviderSpec.scala](src/test/scala/au/com/dius/pact/provider/specs2/ExampleProviderSpec.scala) for an example. *Note:* The Pact ProviderSpec requires spec2 3.x

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

0 downloads
Artifact pact-jvm-provider-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-provider, pact-jvm-provider-scalasupport_2.12, specs2-core_2.12, scala-library, scala-logging_2.12,
There are maybe transitive dependencies!

pact-jvm-provider-scalatest_2.12 from group au.com.dius (version 4.0.10)

pact-jvm-provider-scalatest ======================== Provides an extension to scalatest to validate pact files against a running provider. See [examples](src/test/scala/au/com/dius/pact/provider/scalatest) for details. *Note:* The Pact ProviderSpec requires scalatest 2.2.x

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

0 downloads
Artifact pact-jvm-provider-scalatest_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 3
Dependencies pact-jvm-provider, pact-jvm-provider-scalasupport_2.12, scalatest_2.12,
There are maybe transitive dependencies!

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

pact-jvm-provider-specs2 ======================== Provides an extension to Specs2 Specification to validate a pact file against a running provider. See [ExampleProviderSpec.scala](pact-jvm-provider-specs2/src/test/scala/au/com/dius/pact/provider/specs2/ExampleProviderSpec.scala) for an example. *Note:* The Pact ProviderSpec requires spec2 3.x

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

1 downloads
Artifact pact-jvm-provider-specs2_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 10
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11, pact-jvm-provider_2.11, pact-jvm-provider-scalasupport_2.11, specs2-core_2.11,
There are maybe transitive dependencies!

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

pact-jvm-provider-scalatest ======================== Provides an extension to scalatest to validate pact files against a running provider. See [examples](src/test/scala/au/com/dius/pact/provider/scalatest) for details. *Note:* The Pact ProviderSpec requires scalatest 2.2.x

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

1 downloads
Artifact pact-jvm-provider-scalatest_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 10
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, slf4j-api, groovy-all, kotlin-logging, scala-library, scala-logging_2.11, pact-jvm-provider_2.11, pact-jvm-provider-scalasupport_2.11, scalatest_2.11,
There are maybe transitive dependencies!



Page 13 from 20 (items total 195)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy