| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.flink | 
    
| ArtifactId | ArtifactIdstatefun-protocol-shaded | 
    
| Last Version | Last Version3.2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionstatefun-protocol-shaded 
            The 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 | 
            
<!-- https://jarcasting.com/artifacts/org.apache.flink/statefun-protocol-shaded/ -->
<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>statefun-protocol-shaded</artifactId>
    <version>3.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.flink/statefun-protocol-shaded/
implementation 'org.apache.flink:statefun-protocol-shaded:3.2.0'
                // https://jarcasting.com/artifacts/org.apache.flink/statefun-protocol-shaded/
implementation ("org.apache.flink:statefun-protocol-shaded:3.2.0")
                'org.apache.flink:statefun-protocol-shaded:jar:3.2.0'
                <dependency org="org.apache.flink" name="statefun-protocol-shaded" rev="3.2.0">
  <artifact name="statefun-protocol-shaded" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.flink', module='statefun-protocol-shaded', version='3.2.0')
)
                libraryDependencies += "org.apache.flink" % "statefun-protocol-shaded" % "3.2.0"
                [org.apache.flink/statefun-protocol-shaded "3.2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.flink : statefun-sdk-protos | jar | 3.2.0 | 
| org.apache.flink : statefun-protobuf-shaded | jar | 3.2.0 | 
| com.google.auto.service : auto-service-annotations | jar | 1.0-rc6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.2 |