Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gastaldi/managed-dependency-extension
https://github.com/gastaldi/managed-dependency-extension
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gastaldi/managed-dependency-extension
- Owner: gastaldi
- Created: 2022-02-11T21:25:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T01:57:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T09:47:36.918Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Managed Dependency Asciidoctor Extension
=========================================This is an AsciidoctorJ extension that outputs the managed dependency version of a given groupId:artifactId, based on a BOM
Example:
```asciidoc
This example uses SmallRye Config version:io.smallrye.config:smallrye-config[]
```This will output the following if the `:quarkus-version: 2.7.1.Final` is defined for the asciidoctor engine configuration:
```
This example uses SmallRye Config 2.8.2
```