Last Version

Alibaba Cloud Function Compute Java Common Library 2.3.0

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

License

License

Apache License, Version 2.0
Categories

Categories

Java Languages
GroupId

GroupId

com.aliyun.fc.runtime
ArtifactId

ArtifactId

fc-java-common
Version

Version

2.3.0
Type

Type

jar
Description

Description

Alibaba Cloud Function Compute Java Common Library
Minimal set of interface definitions for Java support in Alibaba Cloud Function Compute
Project URL

Project URL

https://www.aliyun.com/product/fc
Source Code Management

Source Code Management

https://github.com/aliyun/fc-java-libs/tree/master

Download fc-java-common 2.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-common/
implementation 'com.aliyun.fc.runtime:fc-java-common:2.3.0'
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-common/
implementation ("com.aliyun.fc.runtime:fc-java-common:2.3.0")
'com.aliyun.fc.runtime:fc-java-common:jar:2.3.0'
<dependency org="com.aliyun.fc.runtime" name="fc-java-common" rev="2.3.0">
  <artifact name="fc-java-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.fc.runtime', module='fc-java-common', version='2.3.0')
)
libraryDependencies += "com.aliyun.fc.runtime" % "fc-java-common" % "2.3.0"
[com.aliyun.fc.runtime/fc-java-common "2.3.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core jar 8.5.20
org.apache.tomcat.embed : tomcat-embed-el jar 8.5.20
org.apache.tomcat.embed : tomcat-embed-jasper jar 8.5.20
com.aliyun.fc.runtime : fc-java-core jar 1.3.0
com.aliyun.oss : aliyun-sdk-oss jar 2.6.1
commons-lang : commons-lang jar 2.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.