GroupId | GroupIdorg.androidtransfuse |
---|---|
ArtifactId | ArtifactIdtransfuse-project |
Version | Version0.2.3 |
Type | Typepom |
Filename | Size |
---|---|
transfuse-project-0.2.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-project/ -->
<dependency>
<groupId>org.androidtransfuse</groupId>
<artifactId>transfuse-project</artifactId>
<version>0.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-project/
implementation 'org.androidtransfuse:transfuse-project:0.2.3'
// https://jarcasting.com/artifacts/org.androidtransfuse/transfuse-project/
implementation ("org.androidtransfuse:transfuse-project:0.2.3")
'org.androidtransfuse:transfuse-project:pom:0.2.3'
<dependency org="org.androidtransfuse" name="transfuse-project" rev="0.2.3">
<artifact name="transfuse-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.androidtransfuse', module='transfuse-project', version='0.2.3')
)
libraryDependencies += "org.androidtransfuse" % "transfuse-project" % "0.2.3"
[org.androidtransfuse/transfuse-project "0.2.3"]