License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.aliyun.fc.runtime |
ArtifactId | ArtifactIdfc-java-core |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlibaba Cloud Function Compute Java Core 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-core-1.4.1.pom | |
fc-java-core-1.4.1.jar | 5 KB |
fc-java-core-1.4.1-sources.jar | 5 KB |
fc-java-core-1.4.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/ -->
<dependency>
<groupId>com.aliyun.fc.runtime</groupId>
<artifactId>fc-java-core</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/
implementation 'com.aliyun.fc.runtime:fc-java-core:1.4.1'
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-core/
implementation ("com.aliyun.fc.runtime:fc-java-core:1.4.1")
'com.aliyun.fc.runtime:fc-java-core:jar:1.4.1'
<dependency org="com.aliyun.fc.runtime" name="fc-java-core" rev="1.4.1">
<artifact name="fc-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.fc.runtime', module='fc-java-core', version='1.4.1')
)
libraryDependencies += "com.aliyun.fc.runtime" % "fc-java-core" % "1.4.1"
[com.aliyun.fc.runtime/fc-java-core "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |