License |
License |
---|---|
GroupId | GroupIdcom.github.pandafw |
ArtifactId | ArtifactIdpanda-roid |
Version | Version1.8.0 |
Type | Typejar |
Description |
DescriptionPanda Roid
Panda Roid is a library for android develop.
|
Filename | Size |
---|---|
panda-roid-1.8.0.pom | |
panda-roid-1.8.0.jar | 12 KB |
panda-roid-1.8.0-sources.jar | 8 KB |
panda-roid-1.8.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-roid</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/
implementation 'com.github.pandafw:panda-roid:1.8.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/
implementation ("com.github.pandafw:panda-roid:1.8.0")
'com.github.pandafw:panda-roid:jar:1.8.0'
<dependency org="com.github.pandafw" name="panda-roid" rev="1.8.0">
<artifact name="panda-roid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-roid', version='1.8.0')
)
libraryDependencies += "com.github.pandafw" % "panda-roid" % "1.8.0"
[com.github.pandafw/panda-roid "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.pandafw : panda-core | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |