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