shaded.org.apache.maven.model.Extension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-contract-shade Show documentation
Show all versions of spring-cloud-contract-shade Show documentation
Spring Cloud Contract Shaded Dependencies
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.11,
// any modifications will be overwritten.
// ==============================================================
package shaded.shaded.org.apache.maven.model;
/**
* Describes a build extension to utilise.
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class Extension
implements java.io.Serializable, java.lang.Cloneable, shaded.shaded.org.apache.maven.model.InputLocationTracker
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The group ID of the extension's artifact.
*/
private String groupId;
/**
* The artifact ID of the extension.
*/
private String artifactId;
/**
* The version of the extension.
*/
private String version;
/**
* Field locations.
*/
private java.util.Map