github.com/apache/beam/sdks/v2@v2.48.2/java/javadoc/overview.html (about)

     1  <!--
     2      Licensed to the Apache Software Foundation (ASF) under one or more
     3      contributor license agreements.  See the NOTICE file distributed with
     4      this work for additional information regarding copyright ownership.
     5      The ASF licenses this file to You under the Apache License, Version 2.0
     6      (the "License"); you may not use this file except in compliance with
     7      the License.  You may obtain a copy of the License at
     8  
     9         http://www.apache.org/licenses/LICENSE-2.0
    10  
    11      Unless required by applicable law or agreed to in writing, software
    12      distributed under the License is distributed on an "AS IS" BASIS,
    13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    14      See the License for the specific language governing permissions and
    15      limitations under the License.
    16  -->
    17  <!DOCTYPE html>
    18  <html>
    19    <head>
    20      <title>Apache Beam Java SDK</title>
    21    </head>
    22    <body>
    23      <p>The Apache Beam SDK for Java provides a simple and elegant
    24         programming model to express your data processing pipelines;
    25         see the <a href="https://beam.apache.org/">Apache Beam website</a>
    26         for more information and getting started instructions.</p>
    27  
    28      <p>The easiest way to use the Apache Beam SDK for Java is via
    29         one of the released artifacts from the
    30         <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22">
    31         Maven Central Repository</a>.
    32  
    33      <p>Version numbers use the form <i>major</i>.<i>minor</i>.<i>incremental</i>
    34         and are incremented as follows:<p>
    35      <ul>
    36        <li>major version for incompatible API changes</li>
    37        <li>minor version for new functionality added in a backward-compatible manner</li>
    38        <li>incremental version for forward-compatible bug fixes</li>
    39      </ul>
    40  
    41      <p>Please note that APIs marked
    42      {@link org.apache.beam.sdk.annotations.Experimental @Experimental}
    43      may change at any point and are not guaranteed to remain compatible across versions.</p>
    44    </body>
    45  </html>