在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Kotlin/kotlin-interactive-shell开源软件地址(OpenSource Url):https://github.com/Kotlin/kotlin-interactive-shell开源编程语言(OpenSource Language):Java 83.8%开源软件介绍(OpenSource Introduction):Kotlin Language Interactive ShellThe shell is an extensible implementation of Kotlin REPL with reach set of features including:
HistoryThe project is the former Sparklin shell migrated to the new Kotlin scripting and REPL infrastructure and converted to a generic Kotlin Language Interactive Shell. The Apache Spark adaptation of it is located in a separate repository. The previous version of the Sparklin is accessible in the Installation and UsageManualYou can download archive from Maven Central:
SDKMAN!Install with SDKMAN! with the following command: sdk install ki After installation you can launch Arch LinuxOn Arch Linux, there's an AUR package available.
After installation, you can run the shell through HomebrewInstall with Homebrew with the following command: brew install ki MacPortsInstall with MacPorts with the following command: sudo port install ki-shell Build From SourceTo build from source use: git clone https://github.com/Kotlin/kotlin-interactive-shell
cd kotlin-interactive-shell
mvn -DskipTests package
It may be useful to build the project with a specific version of Kotlin. To do so use: mvn -Dkotlin.version=1.4.10 -DskipTests package To start the shell, run To exit the shell, type Adding maven repositories that require authThe following options are supported: :repository https://myrepo.org username=user password=pwd
:repository https://myrepo.org username:user password:pwd
:repository https:myrepo.org ./path/to/file
# properties file should contain
# username=john
# password=johnpwd |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论