GroupId | GroupIdorg.androidtransfuse |
---|---|
ArtifactId | ArtifactIdtransfuse-core |
Version | Version0.3.0-beta-7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-core/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-core</artifactId>
<version>0.3.0-beta-7</version>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-core/
implementation 'org.androidtransfuse:transfuse-core:0.3.0-beta-7'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-core/
implementation ("org.androidtransfuse:transfuse-core:0.3.0-beta-7")
'org.androidtransfuse:transfuse-core:jar:0.3.0-beta-7'
<dependency org="org.androidtransfuse" name="transfuse-core" rev="0.3.0-beta-7">
<artifact name="transfuse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse-core', version='0.3.0-beta-7')
)
libraryDependencies += "org.androidtransfuse" % "transfuse-core" % "0.3.0-beta-7"
[org.androidtransfuse/transfuse-core "0.3.0-beta-7"]