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