is not current version
Last Version 2.0.5

xyz.tneciv:common-core 1.0.1

Common core for spring boot

GroupId

GroupId

xyz.tneciv
ArtifactId

ArtifactId

common-core
Version

Version

1.0.1
Type

Type

jar

Download common-core 1.0.1


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