searchUrl

fun searchUrl(artifact: String): URL

Answer the URL to search for the latest version of an Avail artifact in Maven Central. This artifact is expected to stored in group, org.availlang.

Return

The constructed search URL.

Parameters

artifact

The name of the JAR artifact to look up.