is not current version
Last Version 1.8.0

com.github.pandafw:panda-core 1.7.0

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.7.0
Type

Type

jar

Download panda-core 1.7.0


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