License |
License |
---|---|
GroupId | GroupIdcom.wemakebetterapps |
ArtifactId | ArtifactIdbullet-compiler |
Version | Version0.21 |
Type | Typejar |
Description |
DescriptionProvides Dagger1-like ObjectGraph API around Dagger2 Components
|
Filename | Size |
---|---|
bullet-compiler-0.21.pom | |
bullet-compiler-0.21.jar | 1 MB |
bullet-compiler-0.21-sources.jar | 5 KB |
bullet-compiler-0.21-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wemakebetterapps/bullet-compiler/ -->
<dependency>
<groupId>com.wemakebetterapps</groupId>
<artifactId>bullet-compiler</artifactId>
<version>0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.wemakebetterapps/bullet-compiler/
implementation 'com.wemakebetterapps:bullet-compiler:0.21'
// https://jarcasting.com/artifacts/com.wemakebetterapps/bullet-compiler/
implementation ("com.wemakebetterapps:bullet-compiler:0.21")
'com.wemakebetterapps:bullet-compiler:jar:0.21'
<dependency org="com.wemakebetterapps" name="bullet-compiler" rev="0.21">
<artifact name="bullet-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wemakebetterapps', module='bullet-compiler', version='0.21')
)
libraryDependencies += "com.wemakebetterapps" % "bullet-compiler" % "0.21"
[com.wemakebetterapps/bullet-compiler "0.21"]
Group / Artifact | Type | Version |
---|---|---|
com.google.dagger : dagger | jar | 2.0 |
com.google.auto.service : auto-service Optional | jar | 1.0-rc2 |
com.google.auto.value : auto-value Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.testing.compile : compile-testing | jar | 0.7 |
com.wemakebetterapps : bullet | jar | 0.21 |