GroupId | GroupIdio.quee.ktx.framework |
---|---|
ArtifactId | ArtifactIdktx-business-tool-test |
Version | Version1.0.8.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quee.ktx.framework/ktx-business-tool-test/ -->
<dependency>
<groupId>io.quee.ktx.framework</groupId>
<artifactId>ktx-business-tool-test</artifactId>
<version>1.0.8.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.quee.ktx.framework/ktx-business-tool-test/
implementation 'io.quee.ktx.framework:ktx-business-tool-test:1.0.8.0-RELEASE'
// https://jarcasting.com/artifacts/io.quee.ktx.framework/ktx-business-tool-test/
implementation ("io.quee.ktx.framework:ktx-business-tool-test:1.0.8.0-RELEASE")
'io.quee.ktx.framework:ktx-business-tool-test:jar:1.0.8.0-RELEASE'
<dependency org="io.quee.ktx.framework" name="ktx-business-tool-test" rev="1.0.8.0-RELEASE">
<artifact name="ktx-business-tool-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quee.ktx.framework', module='ktx-business-tool-test', version='1.0.8.0-RELEASE')
)
libraryDependencies += "io.quee.ktx.framework" % "ktx-business-tool-test" % "1.0.8.0-RELEASE"
[io.quee.ktx.framework/ktx-business-tool-test "1.0.8.0-RELEASE"]