Skip to content

Version is null #2

Description

@DanielHreben

I need to get the current version of livr implementation at runtime. This is required to automatically display it at http://livr-multi-playground.webbylab.com/. I have no idea how to get it since I'm not a Java programmer, but I googled and I tried next ways:

String livrVersion = Class.forName("livr.LIVR").getPackage().getSpecificationVersion();
String livrVersion = LIVR.validator().getClass().getPackage().getSpecificationVersion();

In both cases livrString is null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions