Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.jchanghong |
ArtifactId | ArtifactIdkotlins-parent |
Version | Version2.3.0.1 |
Type | Typepom |
Filename | Size |
---|---|
kotlins-parent-2.3.0.1.pom | 10 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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins-parent/
implementation 'com.github.jchanghong:kotlins-parent:2.3.0.1'
// https://jarcasting.com/artifacts/com.github.jchanghong/kotlins-parent/
implementation ("com.github.jchanghong:kotlins-parent:2.3.0.1")
'com.github.jchanghong:kotlins-parent:pom:2.3.0.1'
<dependency org="com.github.jchanghong" name="kotlins-parent" rev="2.3.0.1">
<artifact name="kotlins-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jchanghong', module='kotlins-parent', version='2.3.0.1')
)
libraryDependencies += "com.github.jchanghong" % "kotlins-parent" % "2.3.0.1"
[com.github.jchanghong/kotlins-parent "2.3.0.1"]