gpt4 book ai didi

dependencies - 在 kotlinc 终端中导入依赖库

转载 作者:行者123 更新时间:2023-12-02 12:23:04 25 4
gpt4 key购买 nike

我正在 mac 终端中使用 kotlinc,但是我想在 kotlinc 中使用像 rest client 这样的库。有没有办法包含?就像在 python 中导入

最佳答案

使用 cp 选项。

-classpath (-cp) Paths where to find user class files

kotlinc -cp path_to_commons-lang-2.6.jar

>>> import org.apache.commons.lang.StringUtils;
>>>
>>> StringUtils.isBlank(" ")
true
>>>

关于dependencies - 在 kotlinc 终端中导入依赖库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45829617/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com