| GroupId | GroupIdcom.vokalinteractive |
|---|---|
| ArtifactId | ArtifactIdadhd |
| Version | Version1.0.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| adhd-1.0.3.pom | |
| adhd-1.0.3.aar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vokalinteractive/adhd/ -->
<dependency>
<groupId>com.vokalinteractive</groupId>
<artifactId>adhd</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vokalinteractive/adhd/
implementation 'com.vokalinteractive:adhd:1.0.3'
// https://jarcasting.com/artifacts/com.vokalinteractive/adhd/
implementation ("com.vokalinteractive:adhd:1.0.3")
'com.vokalinteractive:adhd:aar:1.0.3'
<dependency org="com.vokalinteractive" name="adhd" rev="1.0.3">
<artifact name="adhd" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vokalinteractive', module='adhd', version='1.0.3')
)
libraryDependencies += "com.vokalinteractive" % "adhd" % "1.0.3"
[com.vokalinteractive/adhd "1.0.3"]