Example usage for org.springframework.ide.eclipse.boot.core IMavenCoordinates interface-usage

List of usage examples for org.springframework.ide.eclipse.boot.core IMavenCoordinates interface-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.core IMavenCoordinates interface-usage.

Usage

From source file org.springframework.ide.eclipse.boot.core.MavenCoordinates.java

public class MavenCoordinates implements IMavenCoordinates, Ilabelable {

    private final String group;
    private final String artifact;
    private final String version;
    private final String classifier;