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

com.yworks.yshrink.util.Version Maven / Gradle / Ivy

Go to download

The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts

There is a newer version: 4.1.1
Show newest version
package com.yworks.yshrink.util;

/**
 * @author Michael Schroeder, yWorks GmbH http://www.yworks.com
 */
public class Version {

  private static final String REL_VERSION = "0.1";

  public static String getVersion() {
    return REL_VERSION;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy