License |
License |
---|---|
Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.LQliuqiang |
ArtifactId | ArtifactIdspringboot-dagger |
Version | Version1.2.RELEASE |
Type | Typejar |
Description |
Descriptionspringboot-dagger
Fast construction of springboot microservices
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/ -->
<dependency>
<groupId>com.github.LQliuqiang</groupId>
<artifactId>springboot-dagger</artifactId>
<version>1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/
implementation 'com.github.LQliuqiang:springboot-dagger:1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/
implementation ("com.github.LQliuqiang:springboot-dagger:1.2.RELEASE")
'com.github.LQliuqiang:springboot-dagger:jar:1.2.RELEASE'
<dependency org="com.github.LQliuqiang" name="springboot-dagger" rev="1.2.RELEASE">
<artifact name="springboot-dagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.LQliuqiang', module='springboot-dagger', version='1.2.RELEASE')
)
libraryDependencies += "com.github.LQliuqiang" % "springboot-dagger" % "1.2.RELEASE"
[com.github.LQliuqiang/springboot-dagger "1.2.RELEASE"]