An open API service indexing awesome lists of open source software.

https://github.com/pjfanning/pekko-libraries-bom

Bill of Materials (BOM) for Apache Pekko libs
https://github.com/pjfanning/pekko-libraries-bom

Last synced: about 2 months ago
JSON representation

Bill of Materials (BOM) for Apache Pekko libs

Awesome Lists containing this project

README

        

# pekko-libraries-bom

Bill of Materials (BOMs) for the Apache Pekko libraries.

```



com.github.pjfanning
pekko1.1-libraries-bom_2.13
2025.1.0
pom
import

```

`pekko1.1-libraries-bom_2.12` and `pekko1.1-libraries-bom_3` are also supported. The suffix is the Scala Binary version.

The `1.1` part of the name reflects that the Pekko 1.1 libs are out.
The `2025.1.0` versioning is based on the year and the month while the `patch part` of the version will increment if we need patch changes.

There are also `pekko1.0-libraries-bom` files if you want to stick with Pekko 1.0.

The aim is to support all of the libs published by Apache Pekko team.
* pekko core libs - see pekko-bom ([example](https://repo1.maven.org/maven2/org/apache/pekko/pekko-bom_2.13/1.0.2/pekko-bom_2.13-1.0.2.pom))
* pekko-http libs - see pekko-http-bom ([example](https://repo1.maven.org/maven2/org/apache/pekko/pekko-http-bom_2.13/1.0.0/pekko-http-bom_2.13-1.0.0.pom))
* [Other Pekko Modules](https://pekko.apache.org/modules.html)

## sbt

sbt build tools users need to use an sbt plugin to use BOMs - see https://github.com/heremaps/here-sbt-bom

I haven't used this myself. So far, the BOMs have only been tested using Apache Maven builds.