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