is not current version
Last Version 2.0.0

com.github.lafa.common:common.core 1.0.7

common component ${project.name}

GroupId

GroupId

com.github.lafa.common
ArtifactId

ArtifactId

common.core
Version

Version

1.0.7
Type

Type

jar

Download common.core 1.0.7


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