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