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

org.unlaxer.jaddress.SubProjects Maven / Gradle / Ivy

package org.unlaxer.jaddress;

public enum SubProjects{
	thisProject("."),
	japaneseAddressParser("../japanese-address-parser"),
	;

	String relativePath;

	private SubProjects(String relativePath) {
		this.relativePath = relativePath;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy