License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdkotlins-parent |
Last Version | Last Version2.3.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlins
kotlins是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kotlins-parent-2.3.0.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jchanghong/kotlins-parent/ -->
<dependency>
<groupId>com.github.jchanghong</groupId>
<artifactId>kotlins-parent</artifactId>
<version>2.3.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins-parent/
implementation 'com.github.jchanghong:kotlins-parent:2.3.0.3'
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins-parent/
implementation ("com.github.jchanghong:kotlins-parent:2.3.0.3")
'com.github.jchanghong:kotlins-parent:pom:2.3.0.3'
<dependency org="com.github.jchanghong" name="kotlins-parent" rev="2.3.0.3">
<artifact name="kotlins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='kotlins-parent', version='2.3.0.3')
)
libraryDependencies += "com.github.jchanghong" % "kotlins-parent" % "2.3.0.3"
[com.github.jchanghong/kotlins-parent "2.3.0.3"]