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

japicmp.maven.Version Maven / Gradle / Ivy

Go to download

japicmp-maven-plugin is a maven plugin that computes the differences between two versions of a jar file/artifact in order to ease the API documentation for clients/customers.

There is a newer version: 0.23.0
Show newest version
package japicmp.maven;

public class Version {
	private Dependency dependency;
	private ConfigurationFile file;

	public Dependency getDependency() {
		return dependency;
	}

	public void setDependency(Dependency dependency) {
		this.dependency = dependency;
	}

	public ConfigurationFile getFile() {
		return file;
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy