Last Version

GCF Java Invoker Parent 1.1.0

Parent POM for the GCF Java Invoker. The project is structured like this so that we can have modules that build jar files for use in tests.

Categories

Categories

Java Languages
GroupId

GroupId

com.google.cloud.functions.invoker
ArtifactId

ArtifactId

java-function-invoker-parent
Version

Version

1.1.0
Type

Type

pom
Description

Description

GCF Java Invoker Parent
Parent POM for the GCF Java Invoker. The project is structured like this so that we can have modules that build jar files for use in tests.
Project URL

Project URL

https://github.com/GoogleCloudPlatform/functions-framework-java/tree/master/invoker
Source Code Management

Source Code Management

http://github.com/GoogleCloudPlatform/functions-framework-java

Download java-function-invoker-parent 1.1.0


<!-- https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/java-function-invoker-parent/ -->
<dependency>
    <groupId>com.google.cloud.functions.invoker</groupId>
    <artifactId>java-function-invoker-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/java-function-invoker-parent/
implementation 'com.google.cloud.functions.invoker:java-function-invoker-parent:1.1.0'
// https://jarcasting.com/artifacts/com.google.cloud.functions.invoker/java-function-invoker-parent/
implementation ("com.google.cloud.functions.invoker:java-function-invoker-parent:1.1.0")
'com.google.cloud.functions.invoker:java-function-invoker-parent:pom:1.1.0'
<dependency org="com.google.cloud.functions.invoker" name="java-function-invoker-parent" rev="1.1.0">
  <artifact name="java-function-invoker-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.functions.invoker', module='java-function-invoker-parent', version='1.1.0')
)
libraryDependencies += "com.google.cloud.functions.invoker" % "java-function-invoker-parent" % "1.1.0"
[com.google.cloud.functions.invoker/java-function-invoker-parent "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • testfunction
  • function-maven-plugin
  • conformance