Maven coordinates
as.coordinates(groupId, artifactId, version, ...)the maven groupId
the maven artifactId
the maven version
other parameters ignored apart from packaging
(one of jar,war,pom or ejb) and classifier
(one of tests, client, sources, javadoc, jar-with-dependencies,
or src)
a coordinates object containing the Maven artifact coordinates
as.coordinates("org.junit.jupiter","junit-jupiter-api","4.13.2")
#> [1] "org.junit.jupiter:junit-jupiter-api:4.13.2"