License |
License |
---|---|
GroupId | GroupIdcom.github.pandafw |
ArtifactId | ArtifactIdpanda-gems |
Version | Version1.8.0 |
Type | Typejar |
Description |
DescriptionPanda 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.
|
Filename | Size |
---|---|
panda-gems-1.8.0.pom | |
panda-gems-1.8.0.jar | 171 KB |
panda-gems-1.8.0-sources.jar | 97 KB |
panda-gems-1.8.0-javadoc.jar | 586 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.pandafw : panda-core | jar | 1.8.0 |
com.github.pandafw : panda-gear | jar | 1.8.0 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |