is not current version
Last Version 1.10.4

cn.featherfly.common:common-core 1.7.15

common-core

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

cn.featherfly.common
ArtifactId

ArtifactId

common-core
Version

Version

1.7.15
Type

Type

jar

Download common-core 1.7.15


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