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
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@ The following REPL commands are supported:
78
78
79
79
It is possible to add dynamic dependencies to the notebook using the following annotations:
80
80
-`@file:DependsOn(<coordinates>)` - adds artifacts to classpath. Supports absolute and relative paths to class directories or jars, ivy and maven artifacts represented by colon separated string
81
-
-`@file:Repository(<absolute-path>)` - adds a directory for relative path resolution or ivy/maven repository
81
+
-`@file:Repository(<absolute-path>)` - adds a directory for relative path resolution or ivy/maven repository.
82
+
To specify Maven local, use `@file:Repository("*mavenLocal")`.
0 commit comments