You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **What this does:** The `graalvm.artifact` call will add the `graalvm.catalog.SDK` artifact via the `maven` struct provided by `rules_jvm_external`.
33
33
34
34
This is equivalent to the normal arguments expected by `maven_install`:
35
+
35
36
```python
36
37
maven_install(
37
38
artifacts= [
@@ -40,7 +41,6 @@ maven_install(
40
41
)
41
42
```
42
43
43
-
44
44
### Using a Maven artifact
45
45
46
46
In addition to the macro made available for use in the `WORKSPACE` file, there is also a macro which makes it easy to use these Maven artifacts in your `java_library(deps = *)`:
0 commit comments