Categories |
CategoriesAnt Build Tools Feather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-constant-core |
Version | Version1.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-constant-core/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-constant-core</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-constant-core/
implementation 'cn.featherfly:featherfly-constant-core:1.4.2'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-constant-core/
implementation ("cn.featherfly:featherfly-constant-core:1.4.2")
'cn.featherfly:featherfly-constant-core:jar:1.4.2'
<dependency org="cn.featherfly" name="featherfly-constant-core" rev="1.4.2">
<artifact name="featherfly-constant-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-constant-core', version='1.4.2')
)
libraryDependencies += "cn.featherfly" % "featherfly-constant-core" % "1.4.2"
[cn.featherfly/featherfly-constant-core "1.4.2"]