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