public class VersionInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionInfo.VersionInfoBuilder
Example of usage :
VersionInfo vInfo = new VersionInfoBuilder().setGroupId("org.butor").setArtifactId("butor-dao").build();
You will find version information in vInfo of the package org.butor/butor-dao
VERSION : Version as it is defined in the pom file. |
static class |
VersionInfo.VersionInfoMapBuilder |
Copyright © 2018–2019 Butor Inc.. All rights reserved.