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

org.yaoqiang.bpmn.model.BPMNModelVersion Maven / Gradle / Ivy

There is a newer version: 2.2.18
Show newest version
package org.yaoqiang.bpmn.model;

/**
 * BPMNModelVersion
 * 
 * @author Shi Yaoqiang([email protected])
 */
public class BPMNModelVersion {

	public static void main(String[] args) {
		System.out.println("BPMN 2.0 Model Version " + BPMNModelCodec.VERSION);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy