is not current version
Last Version 1.8.0

com.github.pandafw:panda-gems 1.7.0

Panda Gems is a module of the Panda Framework for quickly develop web application. Contains basic template classes that implement CRUD, user authentication, and some other useful classes.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-gems
Version

Version

1.7.0
Type

Type

jar

Download panda-gems 1.7.0


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