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

com.processpuzzle.maven.plugin.fitnesse.mojo.FitNesseMavenCoordinate Maven / Gradle / Ivy

The newest version!
package com.processpuzzle.maven.plugin.fitnesse.mojo;

interface FitNesseMavenCoordinate {
	String groupId = "org.fitnesse";
	String artifactId = "fitnesse";
	String artifactKey = groupId + ":" + artifactId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy