| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pandafw |
| ArtifactId | ArtifactIdpanda-glue |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPanda Glue
Panda Glue is a ASM/AOP module of the Panda Framework.
|
| Filename | Size |
|---|---|
| panda-glue-1.8.0.pom | |
| panda-glue-1.8.0.jar | 130 KB |
| panda-glue-1.8.0-sources.jar | 143 KB |
| panda-glue-1.8.0-javadoc.jar | 314 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-glue</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation 'com.github.pandafw:panda-glue:1.8.0'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation ("com.github.pandafw:panda-glue:1.8.0")
'com.github.pandafw:panda-glue:jar:1.8.0'
<dependency org="com.github.pandafw" name="panda-glue" rev="1.8.0">
<artifact name="panda-glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-glue', version='1.8.0')
)
libraryDependencies += "com.github.pandafw" % "panda-glue" % "1.8.0"
[com.github.pandafw/panda-glue "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 |
|---|---|---|
| junit : junit | jar | 4.11 |