Skip to content

GuicedEE/BOM

Repository files navigation

📦 GuicedEE BOM (Bill of Materials)

JDK Build License

The GuicedEE BOM centralizes dependency versions across the GuicedEE ecosystem. Import it into your Maven project to align compatible module versions without hardcoding each artifact’s version.

🔧 Usage (Maven)

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.guicedee</groupId>
      <artifactId>guicedee-bom</artifactId>
      <version>${guicedee.version}</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
  
  <!-- Now you can omit versions for GuicedEE artifacts -->
</dependencyManagement>

Then declare dependencies without versions:

<dependency>
  <groupId>com.guicedee</groupId>
  <artifactId>guiced-vertx</artifactId>
</dependency>

📚 Docs & Rules

  • Pact: PACT.md
  • Rules: RULES.md
  • Guides: GUIDES.md
  • Architecture index: docs/architecture/README.md

📝 License & Contributions

  • License: Apache 2.0
  • Contributions: Issues/PRs welcome. Keep docs updated with any artifact changes.

About

The BOM File for a release of Guiced EE

Resources

License

Stars

Watchers

Forks

Packages

No packages published