License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.aliyun.fc.runtime |
ArtifactId | ArtifactIdfc-java-event |
Last Version | Last Version1.2.0 |
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-event-1.2.0.pom | |
fc-java-event-1.2.0.jar | 8 KB |
fc-java-event-1.2.0-sources.jar | 3 KB |
fc-java-event-1.2.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-event/ -->
<dependency>
<groupId>com.aliyun.fc.runtime</groupId>
<artifactId>fc-java-event</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-event/
implementation 'com.aliyun.fc.runtime:fc-java-event:1.2.0'
// https://jarcasting.com/artifacts/com.aliyun.fc.runtime/fc-java-event/
implementation ("com.aliyun.fc.runtime:fc-java-event:1.2.0")
'com.aliyun.fc.runtime:fc-java-event:jar:1.2.0'
<dependency org="com.aliyun.fc.runtime" name="fc-java-event" rev="1.2.0">
<artifact name="fc-java-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.fc.runtime', module='fc-java-event', version='1.2.0')
)
libraryDependencies += "com.aliyun.fc.runtime" % "fc-java-event" % "1.2.0"
[com.aliyun.fc.runtime/fc-java-event "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.8 |