No release in over a year
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0.0
~> 3.11.0

Runtime

~> 3.2
 Project Readme

Managed Dependency Asciidoctor Extension

This is an Asciidoctor extension that outputs the managed dependency version of a given groupId:artifactId, based on a BOM

Example:

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

The macro also works if the quarkus version is supplied as an attribute to the macro itself:

This example uses SmallRye Config version:io.smallrye.config:smallrye-config[2.7.1.Final]