| License |
License |
|---|---|
| GroupId | GroupIdorg.androidtransfuse |
| ArtifactId | ArtifactIdtransfuse-api |
| Version | Version0.3.0-beta-14 |
| Type | Typejar |
| Description |
DescriptionTransfuse API
A dependency injection and integration library for Google Android
|
| Filename | Size |
|---|---|
| transfuse-api-0.3.0-beta-14.pom | |
| transfuse-api-0.3.0-beta-14.jar | 95 KB |
| transfuse-api-0.3.0-beta-14-sources.jar | 114 KB |
| transfuse-api-0.3.0-beta-14-javadoc.jar | 843 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-api/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-api</artifactId>
<version>0.3.0-beta-14</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-api/
implementation 'org.androidtransfuse:transfuse-api:0.3.0-beta-14'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-api/
implementation ("org.androidtransfuse:transfuse-api:0.3.0-beta-14")
'org.androidtransfuse:transfuse-api:jar:0.3.0-beta-14'
<dependency org="org.androidtransfuse" name="transfuse-api" rev="0.3.0-beta-14">
<artifact name="transfuse-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse-api', version='0.3.0-beta-14')
)
libraryDependencies += "org.androidtransfuse" % "transfuse-api" % "0.3.0-beta-14"
[org.androidtransfuse/transfuse-api "0.3.0-beta-14"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| aopalliance : aopalliance | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 2.0.2-beta |
| org.robolectric : robolectric | jar | 3.0 |