Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.LQliuqiang |
ArtifactId | ArtifactIdspringboot-dagger |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
springboot-dagger-1.0.pom | |
springboot-dagger-1.0-sources.jar | 23 KB |
springboot-dagger-1.0-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/ -->
<dependency>
<groupId>com.github.LQliuqiang</groupId>
<artifactId>springboot-dagger</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/
implementation 'com.github.LQliuqiang:springboot-dagger:1.0'
// https://jarcasting.com/artifacts/com.github.LQliuqiang/springboot-dagger/
implementation ("com.github.LQliuqiang:springboot-dagger:1.0")
'com.github.LQliuqiang:springboot-dagger:jar:1.0'
<dependency org="com.github.LQliuqiang" name="springboot-dagger" rev="1.0">
<artifact name="springboot-dagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.LQliuqiang', module='springboot-dagger', version='1.0')
)
libraryDependencies += "com.github.LQliuqiang" % "springboot-dagger" % "1.0"
[com.github.LQliuqiang/springboot-dagger "1.0"]