Example usage for org.apache.maven.artifact.repository ArtifactRepository interface-usage

List of usage examples for org.apache.maven.artifact.repository ArtifactRepository interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.artifact.repository ArtifactRepository interface-usage.

Usage

From source file com.yelbota.plugins.nd.stubs.ArtifactRepositoryStub.java

@SuppressWarnings("deprecation")
public class ArtifactRepositoryStub implements ArtifactRepository {

    @Override
    public String pathOf(Artifact artifact) {
        return null; //To change body of implemented methods use File | Settings | File Templates.