Categories |
CategoriesData Feather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-data-office |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-data-office</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/
implementation 'cn.featherfly:featherfly-data-office:0.1.1'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/
implementation ("cn.featherfly:featherfly-data-office:0.1.1")
'cn.featherfly:featherfly-data-office:jar:0.1.1'
<dependency org="cn.featherfly" name="featherfly-data-office" rev="0.1.1">
<artifact name="featherfly-data-office" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-data-office', version='0.1.1')
)
libraryDependencies += "cn.featherfly" % "featherfly-data-office" % "0.1.1"
[cn.featherfly/featherfly-data-office "0.1.1"]