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