Categories |
CategoriesAnt Build Tools Feather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly.constant |
ArtifactId | ArtifactIdconstant-core |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
constant-core-1.6.0.pom | |
constant-core-1.6.0.jar | 32 KB |
constant-core-1.6.0-sources.jar | 20 KB |
constant-core-1.6.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly.constant/constant-core/ -->
<dependency>
<groupId>cn.featherfly.constant</groupId>
<artifactId>constant-core</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly.constant/constant-core/
implementation 'cn.featherfly.constant:constant-core:1.6.0'
// https://jarcasting.com/artifacts/cn.featherfly.constant/constant-core/
implementation ("cn.featherfly.constant:constant-core:1.6.0")
'cn.featherfly.constant:constant-core:jar:1.6.0'
<dependency org="cn.featherfly.constant" name="constant-core" rev="1.6.0">
<artifact name="constant-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly.constant', module='constant-core', version='1.6.0')
)
libraryDependencies += "cn.featherfly.constant" % "constant-core" % "1.6.0"
[cn.featherfly.constant/constant-core "1.6.0"]