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