Panda Gems

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.

License

License

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-gems
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Panda Gems
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.

Download panda-gems

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.pandafw : panda-core jar 1.8.0
com.github.pandafw : panda-gear jar 1.8.0

provided (14)

Group / Artifact Type Version
com.github.pandafw : panda-cgen jar 1.8.0
javax.servlet : javax.servlet-api jar 4.0.1
javax.servlet.jsp : javax.servlet.jsp-api jar 2.3.3
javax.websocket : javax.websocket-api jar 1.1
commons-dbcp : commons-dbcp jar 1.4
org.apache.commons : commons-dbcp2 jar 2.7.0
org.apache.poi : poi-ooxml jar 4.1.0
org.apache.poi : poi-ooxml-schemas jar 4.1.0
org.apache.lucene : lucene-core jar 7.7.2
org.apache.lucene : lucene-queries jar 7.7.2
org.apache.lucene : lucene-queryparser jar 7.7.2
org.apache.lucene : lucene-analyzers-common jar 7.7.2
net.sf.ehcache : ehcache-core jar 2.6.9
com.github.jsimone : webapp-runner jar 9.0.27.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
com.github.pandafw

Panda Framework

Versions

Version
1.8.0
1.7.0
1.6.0
1.5.5
1.5.3
1.5.2