GroupId | GroupIdcom.pnuema.android |
---|---|
ArtifactId | ArtifactIdobd |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
obd-1.0.1.pom | |
obd-1.0.1.aar | 78 KB |
obd-1.0.1-sources.jar | 17 KB |
obd-1.0.1-javadoc.jar | 340 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pnuema.android/obd/ -->
<dependency>
<groupId>com.pnuema.android</groupId>
<artifactId>obd</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pnuema.android/obd/
implementation 'com.pnuema.android:obd:1.0.1'
// https://jarcasting.com/artifacts/com.pnuema.android/obd/
implementation ("com.pnuema.android:obd:1.0.1")
'com.pnuema.android:obd:aar:1.0.1'
<dependency org="com.pnuema.android" name="obd" rev="1.0.1">
<artifact name="obd" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pnuema.android', module='obd', version='1.0.1')
)
libraryDependencies += "com.pnuema.android" % "obd" % "1.0.1"
[com.pnuema.android/obd "1.0.1"]