is not current version
Last Version 1.5.1

com.github.pandafw:panda-wear 1.3.1

Panda Wear is a extension module of the Panda development framework for web applications. Contains basic template classes that implement CRUD, user authentication, and some other useful classes.

GroupId

GroupId

com.github.pandafw
ArtifactId

ArtifactId

panda-wear
Version

Version

1.3.1
Type

Type

jar

Download panda-wear 1.3.1


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