| Categories |
CategoriesDagger Application Layer Libs Dependency Injection |
|---|---|
| GroupId | GroupIdcom.uphyca.testing |
| ArtifactId | ArtifactIddagger-test-module |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dagger-test-module-0.9.0.pom | |
| dagger-test-module-0.9.0.jar | 10 KB |
| dagger-test-module-0.9.0-sources.jar | 5 KB |
| dagger-test-module-0.9.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uphyca.testing/dagger-test-module/ -->
<dependency>
<groupId>com.uphyca.testing</groupId>
<artifactId>dagger-test-module</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uphyca.testing/dagger-test-module/
implementation 'com.uphyca.testing:dagger-test-module:0.9.0'
// https://jarcasting.com/artifacts/com.uphyca.testing/dagger-test-module/
implementation ("com.uphyca.testing:dagger-test-module:0.9.0")
'com.uphyca.testing:dagger-test-module:jar:0.9.0'
<dependency org="com.uphyca.testing" name="dagger-test-module" rev="0.9.0">
<artifact name="dagger-test-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uphyca.testing', module='dagger-test-module', version='0.9.0')
)
libraryDependencies += "com.uphyca.testing" % "dagger-test-module" % "0.9.0"
[com.uphyca.testing/dagger-test-module "0.9.0"]