All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.camunda.community.migration.converter.cli.MavenVersionProvider Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version
package org.camunda.community.migration.converter.cli;

import picocli.CommandLine.IVersionProvider;

public class MavenVersionProvider implements IVersionProvider {
  @Override
  public String[] getVersion() throws Exception {
    return new String[] {this.getClass().getPackage().getImplementationVersion()};
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy