GroupId | GroupIdpub.doric |
---|---|
ArtifactId | ArtifactIddangle |
Version | Version0.1.5 |
Type | Typeaar |
Filename | Size |
---|---|
dangle-0.1.5.pom | |
dangle-0.1.5.aar | 4 MB |
dangle-0.1.5-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pub.doric/dangle/ -->
<dependency>
<groupId>pub.doric</groupId>
<artifactId>dangle</artifactId>
<version>0.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pub.doric/dangle/
implementation 'pub.doric:dangle:0.1.5'
// https://jarcasting.com/artifacts/pub.doric/dangle/
implementation ("pub.doric:dangle:0.1.5")
'pub.doric:dangle:aar:0.1.5'
<dependency org="pub.doric" name="dangle" rev="0.1.5">
<artifact name="dangle" type="aar" />
</dependency>
@Grapes(
@Grab(group='pub.doric', module='dangle', version='0.1.5')
)
libraryDependencies += "pub.doric" % "dangle" % "0.1.5"
[pub.doric/dangle "0.1.5"]