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