License |
License |
---|---|
Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.LQliuqiang |
ArtifactId | ArtifactIdspringboot-dagger-x |
Version | Version2.3.RELEASE |
Type | Typejar |
Description |
Descriptionspringboot-dagger-x
Fast construction of springboot microservices
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]