| GroupId | GroupIdio.github.ilpanda.teemo |
|---|---|
| ArtifactId | ArtifactIdteemo-android-debug |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| teemo-android-debug-1.0.0.pom | |
| teemo-android-debug-1.0.0-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ilpanda.teemo/teemo-android-debug/ -->
<dependency>
<groupId>io.github.ilpanda.teemo</groupId>
<artifactId>teemo-android-debug</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ilpanda.teemo/teemo-android-debug/
implementation 'io.github.ilpanda.teemo:teemo-android-debug:1.0.0'
// https://jarcasting.com/artifacts/io.github.ilpanda.teemo/teemo-android-debug/
implementation ("io.github.ilpanda.teemo:teemo-android-debug:1.0.0")
'io.github.ilpanda.teemo:teemo-android-debug:aar:1.0.0'
<dependency org="io.github.ilpanda.teemo" name="teemo-android-debug" rev="1.0.0">
<artifact name="teemo-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ilpanda.teemo', module='teemo-android-debug', version='1.0.0')
)
libraryDependencies += "io.github.ilpanda.teemo" % "teemo-android-debug" % "1.0.0"
[io.github.ilpanda.teemo/teemo-android-debug "1.0.0"]