is not current version
Last Version 2.0.5

xyz.tneciv:common-core Qin.RELEASE

Common core for spring boot

GroupId

GroupId

xyz.tneciv
ArtifactId

ArtifactId

common-core
Version

Version

Qin.RELEASE
Type

Type

jar

Download common-core Qin.RELEASE


<!-- https://jarcasting.com/artifacts/xyz.tneciv/common-core/ -->
<dependency>
    <groupId>xyz.tneciv</groupId>
    <artifactId>common-core</artifactId>
    <version>Qin.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation 'xyz.tneciv:common-core:Qin.RELEASE'
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation ("xyz.tneciv:common-core:Qin.RELEASE")
'xyz.tneciv:common-core:jar:Qin.RELEASE'
<dependency org="xyz.tneciv" name="common-core" rev="Qin.RELEASE">
  <artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='common-core', version='Qin.RELEASE')
)
libraryDependencies += "xyz.tneciv" % "common-core" % "Qin.RELEASE"
[xyz.tneciv/common-core "Qin.RELEASE"]