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