GroupId | GroupIdcom.kloudtek.ktutils |
---|---|
ArtifactId | ArtifactIdktutils-parent |
Version | Version1.2.12 |
Type | Typepom |
Filename | Size |
---|---|
ktutils-parent-1.2.12.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-parent/ -->
<dependency>
<groupId>com.kloudtek.ktutils</groupId>
<artifactId>ktutils-parent</artifactId>
<version>1.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-parent/
implementation 'com.kloudtek.ktutils:ktutils-parent:1.2.12'
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-parent/
implementation ("com.kloudtek.ktutils:ktutils-parent:1.2.12")
'com.kloudtek.ktutils:ktutils-parent:pom:1.2.12'
<dependency org="com.kloudtek.ktutils" name="ktutils-parent" rev="1.2.12">
<artifact name="ktutils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.ktutils', module='ktutils-parent', version='1.2.12')
)
libraryDependencies += "com.kloudtek.ktutils" % "ktutils-parent" % "1.2.12"
[com.kloudtek.ktutils/ktutils-parent "1.2.12"]