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;
}