We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74ab74 commit d6c85ecCopy full SHA for d6c85ec
README.md
@@ -35,7 +35,7 @@ To specify dependencies simply use gradle-style locators. Here's an example usin
35
36
```kotlin
37
#!/usr/bin/env kscript
38
-//DEPS org.docopt:docopt:0.6.0-SNAPSHOT,log4j:log4j:1.2.14
+//DEPS com.offbytwo:docopt:0.6.0.20150202,log4j:log4j:1.2.14
39
40
import org.docopt.Docopt
41
import java.util.*
@@ -83,7 +83,7 @@ EOF
83
Since the piped content is considered as a regular script it can also have dependencies
84
```{bash}
85
kscript - <<"EOF"
86
-//DEPS org.docopt:docopt:0.6.0-SNAPSHOT log4j:log4j:1.2.14
+//DEPS com.offbytwo:docopt:0.6.0.20150202 log4j:log4j:1.2.14
87
88
89
val docopt = Docopt("Usage: jl <command> [options] [<joblist_file>]")
0 commit comments