GroupId | GroupIdin.xiandan |
---|---|
ArtifactId | ArtifactIdanycost |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
anycost-1.0.3.pom | |
anycost-1.0.3-sources.jar | 2 KB |
anycost-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/in.xiandan/anycost/ -->
<dependency>
<groupId>in.xiandan</groupId>
<artifactId>anycost</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/in.xiandan/anycost/
implementation 'in.xiandan:anycost:1.0.3'
// https://jarcasting.com/artifacts/in.xiandan/anycost/
implementation ("in.xiandan:anycost:1.0.3")
'in.xiandan:anycost:aar:1.0.3'
<dependency org="in.xiandan" name="anycost" rev="1.0.3">
<artifact name="anycost" type="aar" />
</dependency>
@Grapes(
@Grab(group='in.xiandan', module='anycost', version='1.0.3')
)
libraryDependencies += "in.xiandan" % "anycost" % "1.0.3"
[in.xiandan/anycost "1.0.3"]