as per the behavioural changes in 11.3 and above, maven libraries now resolve in your data plane by default when you install libraries on a cluster. You cluster must have access to maven central. Alternatively, you can revert to the previous behavior by setting the Spark configuration property: spark.databricks.libraries.enableMavenResolution false
with this flag set to false, i was able to get the maven libraries installed as like in earlier version.
I thought this behavior is same in older version, it would be great if someone can clarify how it works in 10.4 LTS and below