package fr.openwide.maven.artifact.notifier.core.business.artifact.model; public interface IArtifact { ArtifactKey getArtifactKey(); }