https://github.com/microprofile/microprofile-bom
Top level github repo for defining the content of the MicroProfile deliverables.
https://github.com/microprofile/microprofile-bom
Last synced: 6 months ago
JSON representation
Top level github repo for defining the content of the MicroProfile deliverables.
- Host: GitHub
- URL: https://github.com/microprofile/microprofile-bom
- Owner: microprofile
- License: apache-2.0
- Created: 2017-02-13T17:16:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T08:59:20.000Z (over 1 year ago)
- Last Synced: 2026-01-12T19:33:50.830Z (6 months ago)
- Size: 8.79 KB
- Stars: 3
- Watchers: 33
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= The MicroProfile "Bill of Materials"
Top level github repository for defining the content of the MicroProfile deliverables.
== Usage
Add this dependency to your project's pom.xml:
[source,xml]
----
io.microprofile
microprofile
1.0.0
pom
provided
----
You will then be able to work with all the Java EE APIs supported by MicroProfile implementations.