Maven coordinates

as.coordinates(groupId, artifactId, version, ...)

Arguments

groupId

the maven groupId

artifactId

the maven artifactId

version

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)

Value

a coordinates object containing the Maven artifact coordinates

Examples

as.coordinates("org.junit.jupiter","junit-jupiter-api","4.13.2")
#> [1] "org.junit.jupiter:junit-jupiter-api:4.13.2"