maven_rs::utils

Function group_id_and_artifact_id_and_version_to_path

Source
pub fn group_id_and_artifact_id_and_version_to_path(
    group_id: &str,
    artifact_id: &str,
    version: &str,
) -> String
Expand description

Concatenates the group_id, artifact_id, and version to create a path