GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-glue |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
panda-glue-1.3.1.pom | |
panda-glue-1.3.1.jar | 130 KB |
panda-glue-1.3.1-sources.jar | 143 KB |
panda-glue-1.3.1-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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation 'com.github.pandafw:panda-glue:1.3.1'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-glue/
implementation ("com.github.pandafw:panda-glue:1.3.1")
'com.github.pandafw:panda-glue:jar:1.3.1'
<dependency org="com.github.pandafw" name="panda-glue" rev="1.3.1">
<artifact name="panda-glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-glue', version='1.3.1')
)
libraryDependencies += "com.github.pandafw" % "panda-glue" % "1.3.1"
[com.github.pandafw/panda-glue "1.3.1"]