| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.google.cloud.functions.invoker |
| ArtifactId | ArtifactIdconformance |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGCF Confromance Tests
A GCF project used to validate conformance to the Functions Framework contract
using the Functions Framework Conformance tools.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| conformance-1.1.0.pom | |
| conformance-1.1.0.jar | 6 KB |
| conformance-1.1.0-sources.jar | 4 KB |
| conformance-1.1.0-javadoc.jar | 399 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/conformance/ -->
<dependency>
<groupId>com.google.cloud.functions.invoker</groupId>
<artifactId>conformance</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/conformance/
implementation 'com.google.cloud.functions.invoker:conformance:1.1.0'
// https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/conformance/
implementation ("com.google.cloud.functions.invoker:conformance:1.1.0")
'com.google.cloud.functions.invoker:conformance:jar:1.1.0'
<dependency org="com.google.cloud.functions.invoker" name="conformance" rev="1.1.0">
<artifact name="conformance" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.functions.invoker', module='conformance', version='1.1.0')
)
libraryDependencies += "com.google.cloud.functions.invoker" % "conformance" % "1.1.0"
[com.google.cloud.functions.invoker/conformance "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.cloud.functions : functions-framework-api | jar | 1.0.4 |
| com.google.code.gson : gson | jar | 2.8.6 |
| io.cloudevents : cloudevents-core | jar | 2.2.0 |
| io.cloudevents : cloudevents-json-jackson | jar | 2.2.0 |