GroupId | GroupIdcom.latitech.android |
---|---|
ArtifactId | ArtifactIdwhiteboard |
Version | Version0.4.19 |
Type | Typeaar |
Filename | Size |
---|---|
whiteboard-0.4.19.pom | |
whiteboard-0.4.19-sources.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.latitech.android/whiteboard/ -->
<dependency>
<groupId>com.latitech.android</groupId>
<artifactId>whiteboard</artifactId>
<version>0.4.19</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.latitech.android/whiteboard/
implementation 'com.latitech.android:whiteboard:0.4.19'
// https://jarcasting.com/artifacts/com.latitech.android/whiteboard/
implementation ("com.latitech.android:whiteboard:0.4.19")
'com.latitech.android:whiteboard:aar:0.4.19'
<dependency org="com.latitech.android" name="whiteboard" rev="0.4.19">
<artifact name="whiteboard" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.latitech.android', module='whiteboard', version='0.4.19')
)
libraryDependencies += "com.latitech.android" % "whiteboard" % "0.4.19"
[com.latitech.android/whiteboard "0.4.19"]