package fr.openwide.maven.artifact.notifier.core.business.artifact.dao; import fr.openwide.core.jpa.business.generic.dao.IGenericEntityDao; import fr.openwide.maven.artifact.notifier.core.business.artifact.model.ArtifactGroup; public interface IArtifactGroupDao extends IGenericEntityDao<Long, ArtifactGroup> { }