GroupId | GroupIdcom.github.xyz-fly |
---|---|
ArtifactId | ArtifactIdtestextension |
Version | Version0.9.0 |
Type | Typeaar |
Filename | Size |
---|---|
testextension-0.9.0.pom | |
testextension-0.9.0-sources.jar | 6 KB |
testextension-0.9.0-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xyz-fly/testextension/ -->
<dependency>
<groupId>com.github.xyz-fly</groupId>
<artifactId>testextension</artifactId>
<version>0.9.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xyz-fly/testextension/
implementation 'com.github.xyz-fly:testextension:0.9.0'
// https://jarcasting.com/artifacts/com.github.xyz-fly/testextension/
implementation ("com.github.xyz-fly:testextension:0.9.0")
'com.github.xyz-fly:testextension:aar:0.9.0'
<dependency org="com.github.xyz-fly" name="testextension" rev="0.9.0">
<artifact name="testextension" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.xyz-fly', module='testextension', version='0.9.0')
)
libraryDependencies += "com.github.xyz-fly" % "testextension" % "0.9.0"
[com.github.xyz-fly/testextension "0.9.0"]