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