GroupId | GroupIdcom.kloudtek.ktutils |
---|---|
ArtifactId | ArtifactIdktutils-parent |
Version | Version1.3.10 |
Type | Typepom |
Filename | Size |
---|---|
ktutils-parent-1.3.10.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.3.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-parent/
implementation 'com.kloudtek.ktutils:ktutils-parent:1.3.10'
// https://jarcasting.com/artifacts/com.kloudtek.ktutils/ktutils-parent/
implementation ("com.kloudtek.ktutils:ktutils-parent:1.3.10")
'com.kloudtek.ktutils:ktutils-parent:pom:1.3.10'
<dependency org="com.kloudtek.ktutils" name="ktutils-parent" rev="1.3.10">
<artifact name="ktutils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kloudtek.ktutils', module='ktutils-parent', version='1.3.10')
)
libraryDependencies += "com.kloudtek.ktutils" % "ktutils-parent" % "1.3.10"
[com.kloudtek.ktutils/ktutils-parent "1.3.10"]