is not current version
Last Version 1.2.0

com.aliyun.fc.runtime:fc-java-event 1.0.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-event
Version

Version

1.0.0
Type

Type

jar

Download fc-java-event 1.0.0


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