Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-permission |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
featherfly-permission-0.1.4.pom | |
featherfly-permission-0.1.4.jar | 22 KB |
featherfly-permission-0.1.4-sources.jar | 18 KB |
featherfly-permission-0.1.4-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-permission/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-permission</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-permission/
implementation 'cn.featherfly:featherfly-permission:0.1.4'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-permission/
implementation ("cn.featherfly:featherfly-permission:0.1.4")
'cn.featherfly:featherfly-permission:jar:0.1.4'
<dependency org="cn.featherfly" name="featherfly-permission" rev="0.1.4">
<artifact name="featherfly-permission" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-permission', version='0.1.4')
)
libraryDependencies += "cn.featherfly" % "featherfly-permission" % "0.1.4"
[cn.featherfly/featherfly-permission "0.1.4"]