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