License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.aliyun.fc.runtime |
ArtifactId | ArtifactIdfc-java-common |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlibaba Cloud Function Compute Java Common Library
Minimal set of interface definitions for Java support in Alibaba Cloud Function Compute
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fc-java-common-2.3.0.pom | |
fc-java-common-2.3.0.jar | 6 KB |
fc-java-common-2.3.0-sources.jar | 5 KB |
fc-java-common-2.3.0-javadoc.jar | 33 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |