What is the equivalent of the maven scope "import"?

Gradle’s goal is to have decent Maven compatibility, not to replicate every Maven feature in existence. Some Maven features just don’t fit, and this is one of them. Fortunately, Gradle is flexible enough so that you can almost always script a custom solution.