Across Platform is a set of curated dependencies and Across modules that play well together and help developers assemble applications. It is provided as a bill-of-material POM, extending the Spring IO platform BOM.
Across applications usually use the Across Platform BOM as a basis, to ensure that both third-party libraries as well as common Across modules are compatible.
Across Platform defines all dependencies required to run Across applications. It contains the set of Standard Modules as well as some contributed modules. If a contributed module is present in the Across Platform it should be mentioned on the module detail page.
Pre 5.0.0
<dependencyManagement>
<dependency>
<groupId>com.foreach.across</groupId>
<artifactId>platform-bom</artifactId>
<version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencyManagement>
5.0.0 and up
<parent>
<groupId>com.foreach.across</groupId>
<artifactId>across-application-parent</artifactId>
<version>5.1.0.RELEASE</version>
<relativePath/>
</parent>
These modules are usually maintained by the Across core team.
They provide a common set of functionality that can be used as the foundation for your application.