License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdorg.apache.flink |
ArtifactId | ArtifactIdstatefun-sdk-js |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
statefun-sdk-js-3.2.0.pom | |
statefun-sdk-js-3.2.0.jar | 6 KB |
statefun-sdk-js-3.2.0-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.flink/statefun-sdk-js/ -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-sdk-js</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flink/statefun-sdk-js/
implementation 'org.apache.flink:statefun-sdk-js:3.2.0'
// https://jarcasting.com/artifacts/org.apache.flink/statefun-sdk-js/
implementation ("org.apache.flink:statefun-sdk-js:3.2.0")
'org.apache.flink:statefun-sdk-js:jar:3.2.0'
<dependency org="org.apache.flink" name="statefun-sdk-js" rev="3.2.0">
<artifact name="statefun-sdk-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='statefun-sdk-js', version='3.2.0')
)
libraryDependencies += "org.apache.flink" % "statefun-sdk-js" % "3.2.0"
[org.apache.flink/statefun-sdk-js "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service-annotations | jar | 1.0-rc6 |