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