Categories |
CategoriesData Feather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-data-office |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
featherfly-data-office-0.1.2.pom | |
featherfly-data-office-0.1.2.jar | 27 KB |
featherfly-data-office-0.1.2-sources.jar | 261 bytes |
featherfly-data-office-0.1.2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-data-office</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/
implementation 'cn.featherfly:featherfly-data-office:0.1.2'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-data-office/
implementation ("cn.featherfly:featherfly-data-office:0.1.2")
'cn.featherfly:featherfly-data-office:jar:0.1.2'
<dependency org="cn.featherfly" name="featherfly-data-office" rev="0.1.2">
<artifact name="featherfly-data-office" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-data-office', version='0.1.2')
)
libraryDependencies += "cn.featherfly" % "featherfly-data-office" % "0.1.2"
[cn.featherfly/featherfly-data-office "0.1.2"]