License |
License |
---|---|
GroupId | GroupIdcom.github.jenly1314 |
ArtifactId | ArtifactIddrawboard |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionDrawBoard
DrawBoard for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drawboard-1.0.0.pom | |
drawboard-1.0.0-sources.jar | 14 KB |
drawboard-1.0.0-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jenly1314/drawboard/ -->
<dependency>
<groupId>com.github.jenly1314</groupId>
<artifactId>drawboard</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jenly1314/drawboard/
implementation 'com.github.jenly1314:drawboard:1.0.0'
// https://jarcasting.com/artifacts/com.github.jenly1314/drawboard/
implementation ("com.github.jenly1314:drawboard:1.0.0")
'com.github.jenly1314:drawboard:aar:1.0.0'
<dependency org="com.github.jenly1314" name="drawboard" rev="1.0.0">
<artifact name="drawboard" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.jenly1314', module='drawboard', version='1.0.0')
)
libraryDependencies += "com.github.jenly1314" % "drawboard" % "1.0.0"
[com.github.jenly1314/drawboard "1.0.0"]