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

com.github.siom79.jopenapicmp.configuration.Version Maven / Gradle / Ivy

package com.github.siom79.jopenapicmp.configuration;

import java.io.File;

public class Version {
	private File file;

	public File getFile() {
		return file;
	}

	public void setFile(File file) {
		this.file = file;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy