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