is not current version
Last Version 2.3.0

com.aliyun.fc.runtime:fc-java-common 2.2.0

Minimal set of interface definitions for Java support in Alibaba Cloud Function Compute

Categories

Categories

Java Languages
GroupId

GroupId

com.aliyun.fc.runtime
ArtifactId

ArtifactId

fc-java-common
Version

Version

2.2.0
Type

Type

jar

Download fc-java-common 2.2.0


<!-- https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-common/ -->
<dependency>
    <groupId>com.aliyun.fc.runtime</groupId>
    <artifactId>fc-java-common</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-common/
implementation 'com.aliyun.fc.runtime:fc-java-common:2.2.0'
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-common/
implementation ("com.aliyun.fc.runtime:fc-java-common:2.2.0")
'com.aliyun.fc.runtime:fc-java-common:jar:2.2.0'
<dependency org="com.aliyun.fc.runtime" name="fc-java-common" rev="2.2.0">
  <artifact name="fc-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.fc.runtime', module='fc-java-common', version='2.2.0')
)
libraryDependencies += "com.aliyun.fc.runtime" % "fc-java-common" % "2.2.0"
[com.aliyun.fc.runtime/fc-java-common "2.2.0"]