| Категории |
КатегорииFeather Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcn.featherfly |
| Идентификатор | Идентификаторfeatherfly-common |
| Версия | Версия1.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| featherfly-common-1.5.1.pom | |
| featherfly-common-1.5.1.jar | 196 KB |
| featherfly-common-1.5.1-sources.jar | 151 KB |
| featherfly-common-1.5.1-javadoc.jar | 647 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-common</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/
implementation 'cn.featherfly:featherfly-common:1.5.1'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-common/
implementation ("cn.featherfly:featherfly-common:1.5.1")
'cn.featherfly:featherfly-common:jar:1.5.1'
<dependency org="cn.featherfly" name="featherfly-common" rev="1.5.1">
<artifact name="featherfly-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-common', version='1.5.1')
)
libraryDependencies += "cn.featherfly" % "featherfly-common" % "1.5.1"
[cn.featherfly/featherfly-common "1.5.1"]