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