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