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