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