is not current version
Last Version 1.8.0

com.github.pandafw:panda-core 1.5.5

Panda Core is the core module of Panda Framework, it contains commonly used utility classes similar to apache-commons.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-core
Version

Version

1.5.5
Type

Type

jar

Download panda-core 1.5.5


<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-core/ -->
<dependency>
    <groupId>com.github.pandafw</groupId>
    <artifactId>panda-core</artifactId>
    <version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-core/
implementation 'com.github.pandafw:panda-core:1.5.5'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-core/
implementation ("com.github.pandafw:panda-core:1.5.5")
'com.github.pandafw:panda-core:jar:1.5.5'
<dependency org="com.github.pandafw" name="panda-core" rev="1.5.5">
  <artifact name="panda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-core', version='1.5.5')
)
libraryDependencies += "com.github.pandafw" % "panda-core" % "1.5.5"
[com.github.pandafw/panda-core "1.5.5"]