url builder:Kotlin Typesafe URL构建器 源码

qqphilosophical37824 9 0 ZIP 2021-05-11 01:05:43

网址构建器 Kotlin的直观URL构建器。 当前支持JVM和JS目标 设置 repositories { maven( " https://detachhead.github.io/maven " ) } 多平台项目 kotlin { sourceSets { val commonMain by getting { dependencies { implementation( " io.github.detachhead:url-builder: $version " ) } } } } 例子 assertEquals( " https://foo.com:443/asdf/sdfg?foo=bar&ssd=dfg " , URLbuil

用户评论
请输入评论内容
评分:
暂无评论