File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,16 @@ In a terminal:
3535
3636- Support for subcommands (aka "verbs")
3737
38+ ## Binaries
39+
40+ This library is published for Scala 3 and 2.13, for the JVM and Native. It is
41+ available on maven central under the coordinates:
42+
43+ - mill: ` ivy"io.crashbox::argparse::{{#include ../../out/releaseVersion.dest/version}}" `
44+
45+ - sbt: ` "io.crashbox" %%% "argparse" % "{{#include ../../out/releaseVersion.dest/version}}" `
46+
47+
3848## Getting Help
3949
4050| Channel | Links |
Original file line number Diff line number Diff line change 11# Summary
22
33- [ Introduction] ( ./README.md )
4- - [ Binaries] ( ./binaries.md )
54- [ Annotation Interface] ( ./annotation.md )
6- - [ Lower-Level Interface] ( ./ll/README.md )
5+ - [ Argparse Interface] ( ./ll/README.md )
76 - [ Tutorial] ( ./ll/tutorial.md )
87 - [ Cookbook] ( ./ll/cookbook.md )
98- [ Usecases] ( ./usecases.md )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments