GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-roid |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
panda-roid-1.7.0.pom | |
panda-roid-1.7.0.jar | 12 KB |
panda-roid-1.7.0-sources.jar | 8 KB |
panda-roid-1.7.0-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-roid</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/
implementation 'com.github.pandafw:panda-roid:1.7.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-roid/
implementation ("com.github.pandafw:panda-roid:1.7.0")
'com.github.pandafw:panda-roid:jar:1.7.0'
<dependency org="com.github.pandafw" name="panda-roid" rev="1.7.0">
<artifact name="panda-roid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-roid', version='1.7.0')
)
libraryDependencies += "com.github.pandafw" % "panda-roid" % "1.7.0"
[com.github.pandafw/panda-roid "1.7.0"]