is not current version
Last Version 1.0.4

com.google.cloud.functions:functions-framework-api 1.0.0-alpha-2-rc3


GroupId

GroupId

com.google.cloud.functions
ArtifactId

ArtifactId

functions-framework-api
Version

Version

1.0.0-alpha-2-rc3
Type

Type

jar

Download functions-framework-api 1.0.0-alpha-2-rc3


<!-- https://jarcasting.com/artifacts/com.google.cloud.functions/functions-framework-api/ -->
<dependency>
    <groupId>com.google.cloud.functions</groupId>
    <artifactId>functions-framework-api</artifactId>
    <version>1.0.0-alpha-2-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.functions/functions-framework-api/
implementation 'com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3'
// https://jarcasting.com/artifacts/com.google.cloud.functions/functions-framework-api/
implementation ("com.google.cloud.functions:functions-framework-api:1.0.0-alpha-2-rc3")
'com.google.cloud.functions:functions-framework-api:jar:1.0.0-alpha-2-rc3'
<dependency org="com.google.cloud.functions" name="functions-framework-api" rev="1.0.0-alpha-2-rc3">
  <artifact name="functions-framework-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.functions', module='functions-framework-api', version='1.0.0-alpha-2-rc3')
)
libraryDependencies += "com.google.cloud.functions" % "functions-framework-api" % "1.0.0-alpha-2-rc3"
[com.google.cloud.functions/functions-framework-api "1.0.0-alpha-2-rc3"]