All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.authentication.common.service.repository.ApiKeyDataRepository Maven / Gradle / Ivy

package io.mosip.authentication.common.service.repository;

import org.springframework.data.jpa.repository.JpaRepository;

import io.mosip.authentication.common.service.entity.ApiKeyData;

public interface ApiKeyDataRepository extends JpaRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy